Html Css Color HEX #6090BF Danube

📋 copy color: '#6090BF'

red 96 ◦ green 144 ◦ blue 191

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

Shades of Danube #6090BF

Tints of Danube #6090BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 22.27%
G = 33.41%
B = 44.32%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6090BF (or 0x6090BF) is known color: Danube. HEX triplet: 60, 90 and BF. RGB value is (96,144,191). Sum of RGB (Red+Green+Blue) = 96+144+191=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #6090BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090BF is #9F6F40. Grayscale: #868686. Windows color (decimal): -10448705 or 12554336. OLE color: 12554336.

HSL color Cylindrical-coordinate representation of color #6090BF: hue angle of 209.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6090BF is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 144 191 -
CMYK 0.50 0.25 0 0.25
HSL 209.68º 0.43% 0.56% -
HSV(B) 209.68º 0.5% 0.75% -
XYZ 24.2 26.19 53.07 -
YUV 135.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 96 144 191 0.50 0.25 0 0.25 209.68 0.43 0.56
Hex 60 90 BF 32 19 0 19 D2 2B 38
Octal 140 220 277 62 31 0 31 322 53 70
Binary 1100000 10010000 10111111 110010 11001 0 11001 11010010 101011 111000

Color Harmonies of #6090BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6090BF

Black with #6090BF

Text Example


Text Example

White with #6090BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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