Html Css Color HEX #6091CC Danube

📋 copy color: '#6091CC'

red 96 ◦ green 145 ◦ blue 204

#6091CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6091CC

Tints of Danube #6091CC

RGB

 RED value IS 96 (37.89% from 255) = 21.57%

 GREEN value IS 145 (57.03% from 255) = 32.58%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 21.57%
G = 32.58%
B = 45.84%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6091CC (or 0x6091CC) is known color: Danube. HEX triplet: 60, 91 and CC. RGB value is (96,145,204). Sum of RGB (Red+Green+Blue) = 96+145+204=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #6091CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091CC is #9F6E33. Grayscale: #888888. Windows color (decimal): -10448436 or 13406560. OLE color: 13406560.

HSL color Cylindrical-coordinate representation of color #6091CC: hue angle of 212.78º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6091CC is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 145 204 -
CMYK 0.53 0.29 0 0.2
HSL 212.78º 0.51% 0.59% -
HSV(B) 212.78º 0.53% 0.8% -
XYZ 25.85 27.1 60.99 -
YUV 137.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 96 145 204 0.53 0.29 0 0.2 212.78 0.51 0.59
Hex 60 91 CC 35 1D 0 14 D5 33 3B
Octal 140 221 314 65 35 0 24 325 63 73
Binary 1100000 10010001 11001100 110101 11101 0 10100 11010101 110011 111011

Color Harmonies of #6091CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6091CC

Black with #6091CC

Text Example


Text Example

White with #6091CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6091CC; }

 p { color: rgb(96,145,204); }

 H1.HeaderClassName
 {
   color: #6091CC;
 }
 .AnyTagClassName
 {
   color: #6091CC;
 }
</style>

background-color css

<style>
 a { background-color: #6091CC; }

 a { background-color: rgb(96,145,204); }

 div.DivClassName
 {
   background-color: #6091CC;
 }
 .BgClassName
 {
   background-color: #6091CC;
 }
</style>

border-color css

<style>
 span { border-color: #6091CC; }

 span { border-color: rgb(96,145,204); }

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