#6F86BE

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

Shades of Wild Blue Yonder #6F86BE

Tints of Wild Blue Yonder #6F86BE

Color information

#6F86BE (or 0x6F86BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 86 and BE. RGB value is (111,134,190). Sum of RGB (Red+Green+Blue) = 111+134+190=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F86BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F86BE is #907941. Grayscale: #858585. Windows color (decimal): -9468226 or 12486255. OLE color: 12486255.

HSL color Cylindrical-coordinate representation of color #6F86BE: hue angle of 222.53º 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 #6F86BE is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB111134190-
CMYK0.420.2900.25
HSL222.53º37.8%59.02%-
HSV(B)222.53º41.58%74.51%-
XYZ24.3724.1552.09-
YUV133.51159.88111.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.52%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=25.52%
G=30.80%
B=43.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111341900.420.2900.25222.5337.859.02
Hex6F86BE2A1D019df263b
Octal15720627652350313374673
Binary110111110000110101111101010101110101100111011111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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