Color Hex Logo

#6a9fff Color Hex

#6A9FFF
(106,159,255)
0 Favorites   0 Comments

Color spaces of #6a9fff

RGB 106159255
HSL0.611.000.71
HSV219°58°100°
CMYK 0.580.380.00   0.00
XYZ36.392035.080499.4609
Yxy35.08040.21290.2052
Hunter Lab59.22876.0258-58.1037
CIE-Lab65.811210.4373-53.0023

#6a9fff color RGB value is (106,159,255).

#6a9fff hex color red value is 106, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #6a9fff hue: 0.61 , saturation: 1.00 and the lightness value of 6a9fff is 0.71.

The process color (four color CMYK) of #6a9fff color hex is 0.58, 0.38, 0.00, 0.00. Web safe color of #6a9fff is #6699ff. Color #6a9fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10011111 11111111
Octal 152 237 377
Decimal 106 159 255
Hex 6A 9F FF

RGB Percentages of Color #6a9fff

%20.38
%30.58
%49.04

CMYK Percentages of Color #6a9fff

%58
%38
%0
%0

Triadic Colors of #6a9fff

#6a9fff #ff6a9f #9fff6a

Analogous Colors of #6a9fff

#6a9fff #806aff #6aeaff

Monochromatic Colors of #6a9fff

#6a9fff

Complementary Color

#6a9fff #ffca6a

#6a9fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a9fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a9fff Color CSS Codes

.mybgcolor {background-color:#6a9fff; } 
.myforecolor {color:#6a9fff; }
.mybordercolor {border:3px solid #6a9fff; }

#6a9fff Text Font Color

<p style="color:#6a9fff">Text here</p>

This sample text font color is #6a9fff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6a9fff Background Color

<div style="background-color:#6a9fff">
Div content here</div>

This div background color is #6a9fff


#6a9fff Border Color

<div style="border:3px solid #6a9fff">
Div here</div>

This div border color is #6a9fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,159,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a9fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a9fff;
  -webkit-box-shadow: 1px 1px 3px 2px #6a9fff;
  box-shadow:         1px 1px 3px 2px #6a9fff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,159,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6a9fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6a9fff;
  -webkit-box-shadow: 1px 1px 3px 2px #6a9fff;
  box-shadow:         1px 1px 3px 2px #6a9fff;">
Div content here</div>

This div box has shadow with color #6a9fff

Related Colors


Comments

No comments written yet.

Please login to write comment.