#6F8EBC

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

Shades of Wild Blue Yonder #6F8EBC

Tints of Wild Blue Yonder #6F8EBC

Color information

#6F8EBC (or 0x6F8EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8E and BC. RGB value is (111,142,188). Sum of RGB (Red+Green+Blue) = 111+142+188=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F8EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8EBC is #907143. Grayscale: #898989. Windows color (decimal): -9466180 or 12357231. OLE color: 12357231.

HSL color Cylindrical-coordinate representation of color #6F8EBC: hue angle of 215.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F8EBC is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB111142188-
CMYK0.410.2400.26
HSL215.84º36.49%58.63%-
HSV(B)215.84º40.96%73.73%-
XYZ25.3126.3651.33-
YUV137.98156.23108.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.17%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=25.17%
G=32.20%
B=42.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111421880.410.2400.26215.8436.4958.63
Hex6F8EBC291801Ad8243b
Octal15721627451300323304473
Binary110111110001110101111001010011100001101011011000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,188); }

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

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

 a { background-color: rgb(111,142,188); }

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

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

 span { border-color: rgb(111,142,188); }

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