Html Css Color HEX #6091C1 Danube

📋 copy color: '#6091C1'

red 96 ◦ green 145 ◦ blue 193

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

Shades of Danube #6091C1

Tints of Danube #6091C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 22.12%
G = 33.41%
B = 44.47%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6091C1 (or 0x6091C1) is known color: Danube. HEX triplet: 60, 91 and C1. RGB value is (96,145,193). Sum of RGB (Red+Green+Blue) = 96+145+193=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #6091C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091C1 is #9F6E3E. Grayscale: #878787. Windows color (decimal): -10448447 or 12685664. OLE color: 12685664.

HSL color Cylindrical-coordinate representation of color #6091C1: hue angle of 209.69º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6091C1 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 145 193 -
CMYK 0.50 0.25 0 0.24
HSL 209.69º 0.44% 0.57% -
HSV(B) 209.69º 0.5% 0.76% -
XYZ 24.57 26.59 54.29 -
YUV 135.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 96 145 193 0.50 0.25 0 0.24 209.69 0.44 0.57
Hex 60 91 C1 32 19 0 18 D2 2C 39
Octal 140 221 301 62 31 0 30 322 54 71
Binary 1100000 10010001 11000001 110010 11001 0 11000 11010010 101100 111001

Color Harmonies of #6091C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6091C1

Black with #6091C1

Text Example


Text Example

White with #6091C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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