Html Css Color HEX #6091CD Danube

📋 copy color: '#6091CD'

red 96 ◦ green 145 ◦ blue 205

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

Shades of Danube #6091CD

Tints of Danube #6091CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 21.52%
G = 32.51%
B = 45.96%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6091CD (or 0x6091CD) is known color: Danube. HEX triplet: 60, 91 and CD. RGB value is (96,145,205). Sum of RGB (Red+Green+Blue) = 96+145+205=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #6091CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091CD is #9F6E32. Grayscale: #888888. Windows color (decimal): -10448435 or 13472096. OLE color: 13472096.

HSL color Cylindrical-coordinate representation of color #6091CD: hue angle of 213.03º degrees, saturation: 0.52, 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 #6091CD is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 145 205 -
CMYK 0.53 0.29 0 0.20
HSL 213.03º 0.52% 0.59% -
HSV(B) 213.03º 0.53% 0.8% -
XYZ 25.97 27.15 61.63 -
YUV 137.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 96 145 205 0.53 0.29 0 0.20 213.03 0.52 0.59
Hex 60 91 CD 35 1D 0 14 D5 34 3B
Octal 140 221 315 65 35 0 24 325 64 73
Binary 1100000 10010001 11001101 110101 11101 0 10100 11010101 110100 111011

Color Harmonies of #6091CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6091CD

Black with #6091CD

Text Example


Text Example

White with #6091CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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