#6C91CA

Color #6C91CA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6C91CA

Tints of Danube #6C91CA

Color information

#6C91CA (or 0x6C91CA) is unknown color: approx Danube. HEX triplet: 6C, 91 and CA. RGB value is (108,145,202). Sum of RGB (Red+Green+Blue) = 108+145+202=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C91CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C91CA is #936E35. Grayscale: #8C8C8C. Windows color (decimal): -9662006 or 13275500. OLE color: 13275500.

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

Color convert

RGB108145202-
CMYK0.470.2800.21
HSL216.38º47%60.78%-
HSV(B)216.38º46.53%79.22%-
XYZ26.9727.759.8-
YUV140.44162.74104.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=23.74%
G=31.87%
B=44.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081452020.470.2800.21216.384760.78
Hex6C91CA2F1C015d82f3d
Octal15422131257340253305775
Binary110110010010001110010101011111110001010111011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,145,202); }

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

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

 a { background-color: rgb(108,145,202); }

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

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

 span { border-color: rgb(108,145,202); }

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