Html Css Color HEX #6595CA Danube

📋 copy color: '#6595CA'

red 101 ◦ green 149 ◦ blue 202

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

Shades of Danube #6595CA

Tints of Danube #6595CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 22.35%
G = 32.96%
B = 44.69%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6595CA (or 0x6595CA) is known color: Danube. HEX triplet: 65, 95 and CA. RGB value is (101,149,202). Sum of RGB (Red+Green+Blue) = 101+149+202=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #6595CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595CA is #9A6A35. Grayscale: #8C8C8C. Windows color (decimal): -10119734 or 13276517. OLE color: 13276517.

HSL color Cylindrical-coordinate representation of color #6595CA: hue angle of 211.49º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6595CA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 149 202 -
CMYK 0.50 0.26 0 0.21
HSL 211.49º 0.49% 0.59% -
HSV(B) 211.49º 0.5% 0.79% -
XYZ 26.77 28.53 59.97 -
YUV 140.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 101 149 202 0.50 0.26 0 0.21 211.49 0.49 0.59
Hex 65 95 CA 32 1A 0 15 D3 31 3B
Octal 145 225 312 62 32 0 25 323 61 73
Binary 1100101 10010101 11001010 110010 11010 0 10101 11010011 110001 111011

Color Harmonies of #6595CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595CA

Black with #6595CA

Text Example


Text Example

White with #6595CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6595CA; }

 p { color: rgb(101,149,202); }

 H1.HeaderClassName
 {
   color: #6595CA;
 }
 .AnyTagClassName
 {
   color: #6595CA;
 }
</style>

background-color css

<style>
 a { background-color: #6595CA; }

 a { background-color: rgb(101,149,202); }

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

border-color css

<style>
 span { border-color: #6595CA; }

 span { border-color: rgb(101,149,202); }

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