#6B80C9

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

Shades of Wild Blue Yonder #6B80C9

Tints of Wild Blue Yonder #6B80C9

Color information

#6B80C9 (or 0x6B80C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 6B, 80 and C9. RGB value is (107,128,201). Sum of RGB (Red+Green+Blue) = 107+128+201=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #6B80C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B80C9 is #947F36. Grayscale: #818181. Windows color (decimal): -9731895 or 13205611. OLE color: 13205611.

HSL color Cylindrical-coordinate representation of color #6B80C9: hue angle of 226.6º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B80C9 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107128201-
CMYK0.470.3600.21
HSL226.6º46.53%60.39%-
HSV(B)226.6º46.77%78.82%-
XYZ24.3322.7858.37-
YUV130.04168.04111.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.54%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=24.54%
G=29.36%
B=46.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071282010.470.3600.21226.646.5360.39
Hex6B80C92F24015e32f3c
Octal15320031157440253435774
Binary1101011100000001100100110111110010001010111100011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B80C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,128,201); }

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

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

 a { background-color: rgb(107,128,201); }

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

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

 span { border-color: rgb(107,128,201); }

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