#6F8BCB

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

Shades of Wild Blue Yonder #6F8BCB

Tints of Wild Blue Yonder #6F8BCB

Color information

#6F8BCB (or 0x6F8BCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8B and CB. RGB value is (111,139,203). Sum of RGB (Red+Green+Blue) = 111+139+203=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BCB is #907434. Grayscale: #898989. Windows color (decimal): -9466933 or 13339503. OLE color: 13339503.

HSL color Cylindrical-coordinate representation of color #6F8BCB: hue angle of 221.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F8BCB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111139203-
CMYK0.450.3200.20
HSL221.74º46.94%61.57%-
HSV(B)221.74º45.32%79.61%-
XYZ26.5726.1660.15-
YUV137.92164.72108.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.50%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=24.50%
G=30.68%
B=44.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111392030.450.3200.20221.7446.9461.57
Hex6F8BCB2D20014de2f3e
Octal15721331355400243365776
Binary1101111100010111100101110110110000001010011011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,139,203); }

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

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

 a { background-color: rgb(111,139,203); }

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

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

 span { border-color: rgb(111,139,203); }

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