#6F8FBF

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

Shades of Wild Blue Yonder #6F8FBF

Tints of Wild Blue Yonder #6F8FBF

Color information

#6F8FBF (or 0x6F8FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8F and BF. RGB value is (111,143,191). Sum of RGB (Red+Green+Blue) = 111+143+191=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F8FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FBF is #907040. Grayscale: #8A8A8A. Windows color (decimal): -9465921 or 12554095. OLE color: 12554095.

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

Color convert

RGB111143191-
CMYK0.420.2500.25
HSL216º38.46%59.22%-
HSV(B)216º41.88%74.9%-
XYZ25.7826.7953.1-
YUV138.9157.4108.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.94%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 191 (75% from 255) = 42.92%
R=24.94%
G=32.13%
B=42.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111431910.420.2500.2521638.4659.22
Hex6F8FBF2A19019d8263b
Octal15721727752310313304673
Binary110111110001111101111111010101100101100111011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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