#6F87BC

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

Shades of Wild Blue Yonder #6F87BC

Tints of Wild Blue Yonder #6F87BC

Color information

#6F87BC (or 0x6F87BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 87 and BC. RGB value is (111,135,188). Sum of RGB (Red+Green+Blue) = 111+135+188=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F87BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F87BC is #907843. Grayscale: #858585. Windows color (decimal): -9467972 or 12355439. OLE color: 12355439.

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

Color convert

RGB111135188-
CMYK0.410.2800.26
HSL221.3º36.49%58.63%-
HSV(B)221.3º40.96%73.73%-
XYZ24.324.3450.99-
YUV133.87158.55111.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=25.58%
G=31.11%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111351880.410.2800.26221.336.4958.63
Hex6F87BC291C01Add243b
Octal15720727451340323354473
Binary110111110000111101111001010011110001101011011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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