Html Css Color HEX #6084BA Danube

📋 copy color: '#6084BA'

red 96 ◦ green 132 ◦ blue 186

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

Shades of Danube #6084BA

Tints of Danube #6084BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 23.19%
G = 31.88%
B = 44.93%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6084BA (or 0x6084BA) is known color: Danube. HEX triplet: 60, 84 and BA. RGB value is (96,132,186). Sum of RGB (Red+Green+Blue) = 96+132+186=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #6084BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6084BA is #9F7B45. Grayscale: #7F7F7F. Windows color (decimal): -10451782 or 12223584. OLE color: 12223584.

HSL color Cylindrical-coordinate representation of color #6084BA: hue angle of 216º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6084BA is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 132 186 -
CMYK 0.48 0.29 0 0.27
HSL 216º 0.39% 0.55% -
HSV(B) 216º 0.48% 0.73% -
XYZ 21.94 22.53 49.65 -
YUV 127.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 96 132 186 0.48 0.29 0 0.27 216 0.39 0.55
Hex 60 84 BA 30 1D 0 1B D8 27 37
Octal 140 204 272 60 35 0 33 330 47 67
Binary 1100000 10000100 10111010 110000 11101 0 11011 11011000 100111 110111

Color Harmonies of #6084BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6084BA

Black with #6084BA

Text Example


Text Example

White with #6084BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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