#6F80CA

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

Shades of Wild Blue Yonder #6F80CA

Tints of Wild Blue Yonder #6F80CA

Color information

#6F80CA (or 0x6F80CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 80 and CA. RGB value is (111,128,202). Sum of RGB (Red+Green+Blue) = 111+128+202=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F80CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F80CA is #907F35. Grayscale: #838383. Windows color (decimal): -9469750 or 13271151. OLE color: 13271151.

HSL color Cylindrical-coordinate representation of color #6F80CA: hue angle of 228.79º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F80CA is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111128202-
CMYK0.450.3700.21
HSL228.79º46.19%61.37%-
HSV(B)228.79º45.05%79.22%-
XYZ24.9423.0859.02-
YUV131.35167.87113.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.17%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=25.17%
G=29.02%
B=45.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111282020.450.3700.21228.7946.1961.37
Hex6F80CA2D25015e52e3d
Octal15720031255450253455675
Binary1101111100000001100101010110110010101010111100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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