#6F80CE

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

Shades of Wild Blue Yonder #6F80CE

Tints of Wild Blue Yonder #6F80CE

Color information

#6F80CE (or 0x6F80CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 80 and CE. RGB value is (111,128,206). Sum of RGB (Red+Green+Blue) = 111+128+206=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F80CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F80CE is #907F31. Grayscale: #838383. Windows color (decimal): -9469746 or 13533295. OLE color: 13533295.

HSL color Cylindrical-coordinate representation of color #6F80CE: hue angle of 229.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F80CE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111128206-
CMYK0.460.3800.19
HSL229.26º49.22%62.16%-
HSV(B)229.26º46.12%80.78%-
XYZ25.4223.2761.55-
YUV131.81169.87113.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.94%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=24.94%
G=28.76%
B=46.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111282060.460.3800.19229.2649.2262.16
Hex6F80CE2E26013e5313e
Octal15720031656460233456176
Binary1101111100000001100111010111010011001001111100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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