Html Css Color HEX #6090BD Danube

📋 copy color: '#6090BD'

red 96 ◦ green 144 ◦ blue 189

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

Shades of Danube #6090BD

Tints of Danube #6090BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

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

R = 22.38%
G = 33.57%
B = 44.06%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6090BD (or 0x6090BD) is known color: Danube. HEX triplet: 60, 90 and BD. RGB value is (96,144,189). Sum of RGB (Red+Green+Blue) = 96+144+189=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #6090BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090BD is #9F6F42. Grayscale: #868686. Windows color (decimal): -10448707 or 12423264. OLE color: 12423264.

HSL color Cylindrical-coordinate representation of color #6090BD: hue angle of 209.03º 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 #6090BD is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 144 189 -
CMYK 0.49 0.24 0 0.26
HSL 209.03º 0.41% 0.56% -
HSV(B) 209.03º 0.49% 0.74% -
XYZ 23.98 26.11 51.92 -
YUV 134.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 96 144 189 0.49 0.24 0 0.26 209.03 0.41 0.56
Hex 60 90 BD 31 18 0 1A D1 29 38
Octal 140 220 275 61 30 0 32 321 51 70
Binary 1100000 10010000 10111101 110001 11000 0 11010 11010001 101001 111000

Color Harmonies of #6090BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6090BD

Black with #6090BD

Text Example


Text Example

White with #6090BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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