Html Css Color HEX #6084BE Danube

📋 copy color: '#6084BE'

red 96 ◦ green 132 ◦ blue 190

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

Shades of Danube #6084BE

Tints of Danube #6084BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 22.97%
G = 31.58%
B = 45.45%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6084BE (or 0x6084BE) is known color: Danube. HEX triplet: 60, 84 and BE. RGB value is (96,132,190). Sum of RGB (Red+Green+Blue) = 96+132+190=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #6084BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6084BE is #9F7B41. Grayscale: #7F7F7F. Windows color (decimal): -10451778 or 12485728. OLE color: 12485728.

HSL color Cylindrical-coordinate representation of color #6084BE: hue angle of 217.02º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6084BE is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 132 190 -
CMYK 0.49 0.31 0 0.25
HSL 217.02º 0.42% 0.56% -
HSV(B) 217.02º 0.49% 0.75% -
XYZ 22.37 22.71 51.92 -
YUV 127.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 96 132 190 0.49 0.31 0 0.25 217.02 0.42 0.56
Hex 60 84 BE 31 1F 0 19 D9 2A 38
Octal 140 204 276 61 37 0 31 331 52 70
Binary 1100000 10000100 10111110 110001 11111 0 11001 11011001 101010 111000

Color Harmonies of #6084BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6084BE

Black with #6084BE

Text Example


Text Example

White with #6084BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6084BE; }

 p { color: rgb(96,132,190); }

 H1.HeaderClassName
 {
   color: #6084BE;
 }
 .AnyTagClassName
 {
   color: #6084BE;
 }
</style>

background-color css

<style>
 a { background-color: #6084BE; }

 a { background-color: rgb(96,132,190); }

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

border-color css

<style>
 span { border-color: #6084BE; }

 span { border-color: rgb(96,132,190); }

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