#6F8EBE

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

Shades of Wild Blue Yonder #6F8EBE

Tints of Wild Blue Yonder #6F8EBE

Color information

#6F8EBE (or 0x6F8EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8E and BE. RGB value is (111,142,190). Sum of RGB (Red+Green+Blue) = 111+142+190=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8EBE is #907141. Grayscale: #898989. Windows color (decimal): -9466178 or 12488303. OLE color: 12488303.

HSL color Cylindrical-coordinate representation of color #6F8EBE: hue angle of 216.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F8EBE is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111142190-
CMYK0.420.2500.25
HSL216.46º37.8%59.02%-
HSV(B)216.46º41.58%74.51%-
XYZ25.5226.4452.47-
YUV138.2157.23108.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.06%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=25.06%
G=32.05%
B=42.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111421900.420.2500.25216.4637.859.02
Hex6F8EBE2A19019d8263b
Octal15721627652310313304673
Binary110111110001110101111101010101100101100111011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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