Html Css Color HEX #6083BA Danube

📋 copy color: '#6083BA'

red 96 ◦ green 131 ◦ blue 186

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

Shades of Danube #6083BA

Tints of Danube #6083BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

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

R = 23.24%
G = 31.72%
B = 45.04%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6083BA (or 0x6083BA) is known color: Danube. HEX triplet: 60, 83 and BA. RGB value is (96,131,186). Sum of RGB (Red+Green+Blue) = 96+131+186=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #6083BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083BA is #9F7C45. Grayscale: #7E7E7E. Windows color (decimal): -10452038 or 12223328. OLE color: 12223328.

HSL color Cylindrical-coordinate representation of color #6083BA: hue angle of 216.67º 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 #6083BA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 131 186 -
CMYK 0.48 0.30 0 0.27
HSL 216.67º 0.39% 0.55% -
HSV(B) 216.67º 0.48% 0.73% -
XYZ 21.8 22.26 49.6 -
YUV 126.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 96 131 186 0.48 0.30 0 0.27 216.67 0.39 0.55
Hex 60 83 BA 30 1E 0 1B D9 27 37
Octal 140 203 272 60 36 0 33 331 47 67
Binary 1100000 10000011 10111010 110000 11110 0 11011 11011001 100111 110111

Color Harmonies of #6083BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6083BA

Black with #6083BA

Text Example


Text Example

White with #6083BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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