Html Css Color HEX #6085C2 Danube

📋 copy color: '#6085C2'

red 96 ◦ green 133 ◦ blue 194

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

Shades of Danube #6085C2

Tints of Danube #6085C2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 22.7%
G = 31.44%
B = 45.86%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6085C2 (or 0x6085C2) is known color: Danube. HEX triplet: 60, 85 and C2. RGB value is (96,133,194). Sum of RGB (Red+Green+Blue) = 96+133+194=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #6085C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6085C2 is #9F7A3D. Grayscale: #808080. Windows color (decimal): -10451518 or 12748128. OLE color: 12748128.

HSL color Cylindrical-coordinate representation of color #6085C2: hue angle of 217.35º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6085C2 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 133 194 -
CMYK 0.51 0.31 0 0.24
HSL 217.35º 0.45% 0.57% -
HSV(B) 217.35º 0.51% 0.76% -
XYZ 22.95 23.16 54.3 -
YUV 128.89 164.74 104.54 -
System Red Green Blue C M Y K H S L
Decimal 96 133 194 0.51 0.31 0 0.24 217.35 0.45 0.57
Hex 60 85 C2 33 1F 0 18 D9 2D 39
Octal 140 205 302 63 37 0 30 331 55 71
Binary 1100000 10000101 11000010 110011 11111 0 11000 11011001 101101 111001

Color Harmonies of #6085C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085C2

Black with #6085C2

Text Example


Text Example

White with #6085C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6085C2; }

 p { color: rgb(96,133,194); }

 H1.HeaderClassName
 {
   color: #6085C2;
 }
 .AnyTagClassName
 {
   color: #6085C2;
 }
</style>

background-color css

<style>
 a { background-color: #6085C2; }

 a { background-color: rgb(96,133,194); }

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

border-color css

<style>
 span { border-color: #6085C2; }

 span { border-color: rgb(96,133,194); }

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