Html Css Color HEX #6090BB Danube

📋 copy color: '#6090BB'

red 96 ◦ green 144 ◦ blue 187

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

Shades of Danube #6090BB

Tints of Danube #6090BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 22.48%
G = 33.72%
B = 43.79%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6090BB (or 0x6090BB) is known color: Danube. HEX triplet: 60, 90 and BB. RGB value is (96,144,187). Sum of RGB (Red+Green+Blue) = 96+144+187=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #6090BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090BB is #9F6F44. Grayscale: #868686. Windows color (decimal): -10448709 or 12292192. OLE color: 12292192.

HSL color Cylindrical-coordinate representation of color #6090BB: hue angle of 208.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6090BB is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 144 187 -
CMYK 0.49 0.23 0 0.27
HSL 208.35º 0.4% 0.55% -
HSV(B) 208.35º 0.49% 0.73% -
XYZ 23.77 26.02 50.78 -
YUV 134.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 96 144 187 0.49 0.23 0 0.27 208.35 0.4 0.55
Hex 60 90 BB 31 17 0 1B D0 28 37
Octal 140 220 273 61 27 0 33 320 50 67
Binary 1100000 10010000 10111011 110001 10111 0 11011 11010000 101000 110111

Color Harmonies of #6090BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6090BB

Black with #6090BB

Text Example


Text Example

White with #6090BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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