#6F81BF

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

Shades of Wild Blue Yonder #6F81BF

Tints of Wild Blue Yonder #6F81BF

Color information

#6F81BF (or 0x6F81BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 81 and BF. RGB value is (111,129,191). Sum of RGB (Red+Green+Blue) = 111+129+191=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F81BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F81BF is #907E40. Grayscale: #828282. Windows color (decimal): -9469505 or 12550511. OLE color: 12550511.

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

Color convert

RGB111129191-
CMYK0.420.3200.25
HSL226.5º38.46%59.22%-
HSV(B)226.5º41.88%74.9%-
XYZ23.8122.8452.44-
YUV130.69162.04113.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.75%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 191 (75% from 255) = 44.32%
R=25.75%
G=29.93%
B=44.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111291910.420.3200.25226.538.4659.22
Hex6F81BF2A20019e2263b
Octal15720127752400313424673
Binary1101111100000011011111110101010000001100111100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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