Html Css Color HEX #6592CC Danube

📋 copy color: '#6592CC'

red 101 ◦ green 146 ◦ blue 204

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

Shades of Danube #6592CC

Tints of Danube #6592CC

RGB

 RED value IS 101 (39.84% from 255) = 22.39%

 GREEN value IS 146 (57.42% from 255) = 32.37%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 22.39%
G = 32.37%
B = 45.23%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6592CC (or 0x6592CC) is known color: Danube. HEX triplet: 65, 92 and CC. RGB value is (101,146,204). Sum of RGB (Red+Green+Blue) = 101+146+204=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #6592CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6592CC is #9A6D33. Grayscale: #8A8A8A. Windows color (decimal): -10120500 or 13406821. OLE color: 13406821.

HSL color Cylindrical-coordinate representation of color #6592CC: hue angle of 213.79º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6592CC is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 146 204 -
CMYK 0.50 0.28 0 0.2
HSL 213.79º 0.5% 0.6% -
HSV(B) 213.79º 0.5% 0.8% -
XYZ 26.54 27.68 61.07 -
YUV 139.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 101 146 204 0.50 0.28 0 0.2 213.79 0.5 0.6
Hex 65 92 CC 32 1C 0 14 D6 32 3C
Octal 145 222 314 62 34 0 24 326 62 74
Binary 1100101 10010010 11001100 110010 11100 0 10100 11010110 110010 111100

Color Harmonies of #6592CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6592CC

Black with #6592CC

Text Example


Text Example

White with #6592CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6592CC; }

 p { color: rgb(101,146,204); }

 H1.HeaderClassName
 {
   color: #6592CC;
 }
 .AnyTagClassName
 {
   color: #6592CC;
 }
</style>

background-color css

<style>
 a { background-color: #6592CC; }

 a { background-color: rgb(101,146,204); }

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

border-color css

<style>
 span { border-color: #6592CC; }

 span { border-color: rgb(101,146,204); }

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