Html Css Color HEX #6090BC Danube

📋 copy color: '#6090BC'

red 96 ◦ green 144 ◦ blue 188

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

Shades of Danube #6090BC

Tints of Danube #6090BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 22.43%
G = 33.64%
B = 43.93%

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

#6090BC (or 0x6090BC) is known color: Danube. HEX triplet: 60, 90 and BC. RGB value is (96,144,188). Sum of RGB (Red+Green+Blue) = 96+144+188=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #6090BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6090BC is #9F6F43. Grayscale: #868686. Windows color (decimal): -10448708 or 12357728. OLE color: 12357728.

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

Color convert

RGB 96 144 188 -
CMYK 0.49 0.23 0 0.26
HSL 208.7º 0.41% 0.56% -
HSV(B) 208.7º 0.49% 0.74% -
XYZ 23.87 26.06 51.35 -
YUV 134.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 96 144 188 0.49 0.23 0 0.26 208.7 0.41 0.56
Hex 60 90 BC 31 17 0 1A D1 29 38
Octal 140 220 274 61 27 0 32 321 51 70
Binary 1100000 10010000 10111100 110001 10111 0 11010 11010001 101001 111000

Color Harmonies of #6090BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6090BC

Black with #6090BC

Text Example


Text Example

White with #6090BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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