#6F8CC8

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

Shades of Wild Blue Yonder #6F8CC8

Tints of Wild Blue Yonder #6F8CC8

Color information

#6F8CC8 (or 0x6F8CC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8C and C8. RGB value is (111,140,200). Sum of RGB (Red+Green+Blue) = 111+140+200=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #6F8CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CC8 is #907337. Grayscale: #898989. Windows color (decimal): -9466680 or 13143151. OLE color: 13143151.

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

Color convert

RGB111140200-
CMYK0.440.300.22
HSL220.45º44.72%60.98%-
HSV(B)220.45º44.5%78.43%-
XYZ26.3626.3158.33-
YUV138.17162.89108.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.61%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=24.61%
G=31.04%
B=44.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1111402000.440.300.22220.4544.7260.98
Hex6F8CC82C1E016dc2d3d
Octal15721431054360263345575
Binary110111110001100110010001011001111001011011011100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,200); }

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

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

 a { background-color: rgb(111,140,200); }

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

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

 span { border-color: rgb(111,140,200); }

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