#6F8CBC

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

Shades of Wild Blue Yonder #6F8CBC

Tints of Wild Blue Yonder #6F8CBC

Color information

#6F8CBC (or 0x6F8CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8C and BC. RGB value is (111,140,188). Sum of RGB (Red+Green+Blue) = 111+140+188=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CBC is #907343. Grayscale: #888888. Windows color (decimal): -9466692 or 12356719. OLE color: 12356719.

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

Color convert

RGB111140188-
CMYK0.410.2600.26
HSL217.4º36.49%58.63%-
HSV(B)217.4º40.96%73.73%-
XYZ25.0125.7751.23-
YUV136.8156.89109.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.28%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=25.28%
G=31.89%
B=42.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111401880.410.2600.26217.436.4958.63
Hex6F8CBC291A01Ad9243b
Octal15721427451320323314473
Binary110111110001100101111001010011101001101011011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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