#6F80B4

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

Shades of Wild Blue Yonder #6F80B4

Tints of Wild Blue Yonder #6F80B4

Color information

#6F80B4 (or 0x6F80B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 80 and B4. RGB value is (111,128,180). Sum of RGB (Red+Green+Blue) = 111+128+180=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F80B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F80B4 is #907F4B. Grayscale: #808080. Windows color (decimal): -9469772 or 11829359. OLE color: 11829359.

HSL color Cylindrical-coordinate representation of color #6F80B4: hue angle of 225.22º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F80B4 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB111128180-
CMYK0.380.2900.29
HSL225.22º31.51%57.06%-
HSV(B)225.22º38.33%70.59%-
XYZ22.5122.1146.26-
YUV128.84156.87115.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.49%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=26.49%
G=30.55%
B=42.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1111281800.380.2900.29225.2231.5157.06
Hex6F80B4261D01De12039
Octal15720026446350353414071
Binary110111110000000101101001001101110101110111100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F80B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,128,180); }

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

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

 a { background-color: rgb(111,128,180); }

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

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

 span { border-color: rgb(111,128,180); }

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