#6E8AC6

Color #6E8AC6 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6E8AC6

Tints of Wild Blue Yonder #6E8AC6

Color information

#6E8AC6 (or 0x6E8AC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 8A and C6. RGB value is (110,138,198). Sum of RGB (Red+Green+Blue) = 110+138+198=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E8AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8AC6 is #917539. Grayscale: #888888. Windows color (decimal): -9532730 or 13011566. OLE color: 13011566.

HSL color Cylindrical-coordinate representation of color #6E8AC6: hue angle of 220.91º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E8AC6 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB110138198-
CMYK0.440.3000.22
HSL220.91º43.56%60.39%-
HSV(B)220.91º44.44%77.65%-
XYZ25.7125.5757.01-
YUV136.47162.72109.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 24.66%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 198 (77.73% from 255) = 44.39%
R=24.66%
G=30.94%
B=44.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1101381980.440.3000.22220.9143.5660.39
Hex6E8AC62C1E016dd2c3c
Octal15621230654360263355474
Binary110111010001010110001101011001111001011011011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E8AC6; }

 p { color: rgb(110,138,198); }

 H1.HeaderClassName
 {
   color: #6E8AC6;
 }
 .AnyTagClassName
 {
   color: #6E8AC6;
 }
</style>
background-color css

<style>
 a { background-color: #6E8AC6; }

 a { background-color: rgb(110,138,198); }

 div.DivClassName
 {
   background-color: #6E8AC6;
 }
 .BgClassName
 {
   background-color: #6E8AC6;
 }
</style>
border-color css

<style>
 span { border-color: #6E8AC6; }

 span { border-color: rgb(110,138,198); }

 td.TdClassName
 {
   border-color: #6E8AC6;
 }
 .TagClassName
 {
   border-color: #6E8AC6;
 }
</style>