#6F8DBE

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

Shades of Wild Blue Yonder #6F8DBE

Tints of Wild Blue Yonder #6F8DBE

Color information

#6F8DBE (or 0x6F8DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8D and BE. RGB value is (111,141,190). Sum of RGB (Red+Green+Blue) = 111+141+190=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F8DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DBE is #907241. Grayscale: #898989. Windows color (decimal): -9466434 or 12488047. OLE color: 12488047.

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

Color convert

RGB111141190-
CMYK0.420.2600.25
HSL217.22º37.8%59.02%-
HSV(B)217.22º41.58%74.51%-
XYZ25.3726.1552.42-
YUV137.62157.56109.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.11%
GREEN value IS 141 (55.47% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=25.11%
G=31.90%
B=42.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111411900.420.2600.25217.2237.859.02
Hex6F8DBE2A1A019d9263b
Octal15721527652320313314673
Binary110111110001101101111101010101101001100111011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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