Html Css Color HEX #6591CC Danube

📋 copy color: '#6591CC'

red 101 ◦ green 145 ◦ blue 204

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

Shades of Danube #6591CC

Tints of Danube #6591CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

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

R = 22.44%
G = 32.22%
B = 45.33%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6591CC (or 0x6591CC) is known color: Danube. HEX triplet: 65, 91 and CC. RGB value is (101,145,204). Sum of RGB (Red+Green+Blue) = 101+145+204=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6591CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6591CC is #9A6E33. Grayscale: #8A8A8A. Windows color (decimal): -10120756 or 13406565. OLE color: 13406565.

HSL color Cylindrical-coordinate representation of color #6591CC: hue angle of 214.37º 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 #6591CC is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 145 204 -
CMYK 0.50 0.29 0 0.2
HSL 214.37º 0.5% 0.6% -
HSV(B) 214.37º 0.5% 0.8% -
XYZ 26.39 27.38 61.02 -
YUV 138.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 101 145 204 0.50 0.29 0 0.2 214.37 0.5 0.6
Hex 65 91 CC 32 1D 0 14 D6 32 3C
Octal 145 221 314 62 35 0 24 326 62 74
Binary 1100101 10010001 11001100 110010 11101 0 10100 11010110 110010 111100

Color Harmonies of #6591CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6591CC

Black with #6591CC

Text Example


Text Example

White with #6591CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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