#6f87bf

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

Shades of Wild Blue Yonder #6F87BF

Tints of Wild Blue Yonder #6F87BF

Color information

#6F87BF (or 0x6F87BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 87 and BF. RGB value is (111,135,191). Sum of RGB (Red+Green+Blue) = 111+135+191=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F87BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F87BF is #907840. Grayscale: #858585. Windows color (decimal): -9467969 or 12552047. OLE color: 12552047.

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

Color convert

RGB111135191-
CMYK0.420.2900.25
HSL222º38.46%59.22%-
HSV(B)222º41.88%74.9%-
XYZ24.6224.4752.72-
YUV134.21160.05111.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.40%
GREEN value IS 135 (53.12% from 255) = 30.89%
BLUE value IS 191 (75% from 255) = 43.71%
R=25.40%
G=30.89%
B=43.71%

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
Decimal1111351910.420.2900.2522238.4659.22
Hex6F87BF2A1D019de263b
Octal15720727752350313364673
Binary110111110000111101111111010101110101100111011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f87bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,135,191); }

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

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

 a { background-color: rgb(111,135,191); }

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

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

 span { border-color: rgb(111,135,191); }

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