Html Css Color HEX #6091BD Danube

📋 copy color: '#6091BD'

red 96 ◦ green 145 ◦ blue 189

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

Shades of Danube #6091BD

Tints of Danube #6091BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 22.33%
G = 33.72%
B = 43.95%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6091BD (or 0x6091BD) is known color: Danube. HEX triplet: 60, 91 and BD. RGB value is (96,145,189). Sum of RGB (Red+Green+Blue) = 96+145+189=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #6091BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091BD is #9F6E42. Grayscale: #878787. Windows color (decimal): -10448451 or 12423520. OLE color: 12423520.

HSL color Cylindrical-coordinate representation of color #6091BD: hue angle of 208.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6091BD is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 145 189 -
CMYK 0.49 0.23 0 0.26
HSL 208.39º 0.41% 0.56% -
HSV(B) 208.39º 0.49% 0.74% -
XYZ 24.13 26.41 51.97 -
YUV 135.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 96 145 189 0.49 0.23 0 0.26 208.39 0.41 0.56
Hex 60 91 BD 31 17 0 1A D0 29 38
Octal 140 221 275 61 27 0 32 320 51 70
Binary 1100000 10010001 10111101 110001 10111 0 11010 11010000 101001 111000

Color Harmonies of #6091BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6091BD

Black with #6091BD

Text Example


Text Example

White with #6091BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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