Html Css Color HEX #6091CA Danube

📋 copy color: '#6091CA'

red 96 ◦ green 145 ◦ blue 202

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

Shades of Danube #6091CA

Tints of Danube #6091CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 21.67%
G = 32.73%
B = 45.6%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6091CA (or 0x6091CA) is known color: Danube. HEX triplet: 60, 91 and CA. RGB value is (96,145,202). Sum of RGB (Red+Green+Blue) = 96+145+202=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #6091CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091CA is #9F6E35. Grayscale: #888888. Windows color (decimal): -10448438 or 13275488. OLE color: 13275488.

HSL color Cylindrical-coordinate representation of color #6091CA: hue angle of 212.26º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6091CA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 145 202 -
CMYK 0.52 0.28 0 0.21
HSL 212.26º 0.5% 0.58% -
HSV(B) 212.26º 0.52% 0.79% -
XYZ 25.61 27 59.74 -
YUV 136.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 96 145 202 0.52 0.28 0 0.21 212.26 0.5 0.58
Hex 60 91 CA 34 1C 0 15 D4 32 3A
Octal 140 221 312 64 34 0 25 324 62 72
Binary 1100000 10010001 11001010 110100 11100 0 10101 11010100 110010 111010

Color Harmonies of #6091CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6091CA

Black with #6091CA

Text Example


Text Example

White with #6091CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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