Html Css Color HEX #6083B6 Danube

📋 copy color: '#6083B6'

red 96 ◦ green 131 ◦ blue 182

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

Shades of Danube #6083B6

Tints of Danube #6083B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.5%

R = 23.47%
G = 32.03%
B = 44.5%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6083B6 (or 0x6083B6) is known color: Danube. HEX triplet: 60, 83 and B6. RGB value is (96,131,182). Sum of RGB (Red+Green+Blue) = 96+131+182=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #6083B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083B6 is #9F7C49. Grayscale: #7E7E7E. Windows color (decimal): -10452042 or 11961184. OLE color: 11961184.

HSL color Cylindrical-coordinate representation of color #6083B6: hue angle of 215.58º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6083B6 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 131 182 -
CMYK 0.47 0.28 0 0.29
HSL 215.58º 0.37% 0.55% -
HSV(B) 215.58º 0.47% 0.71% -
XYZ 21.38 22.1 47.39 -
YUV 126.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 96 131 182 0.47 0.28 0 0.29 215.58 0.37 0.55
Hex 60 83 B6 2F 1C 0 1D D8 25 37
Octal 140 203 266 57 34 0 35 330 45 67
Binary 1100000 10000011 10110110 101111 11100 0 11101 11011000 100101 110111

Color Harmonies of #6083B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6083B6

Black with #6083B6

Text Example


Text Example

White with #6083B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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