Html Css Color HEX #6593CE Danube

📋 copy color: '#6593CE'

red 101 ◦ green 147 ◦ blue 206

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

Shades of Danube #6593CE

Tints of Danube #6593CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.38%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 22.25%
G = 32.38%
B = 45.37%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6593CE (or 0x6593CE) is known color: Danube. HEX triplet: 65, 93 and CE. RGB value is (101,147,206). Sum of RGB (Red+Green+Blue) = 101+147+206=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #6593CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593CE is #9A6C31. Grayscale: #8B8B8B. Windows color (decimal): -10120242 or 13538149. OLE color: 13538149.

HSL color Cylindrical-coordinate representation of color #6593CE: hue angle of 213.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6593CE is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 147 206 -
CMYK 0.51 0.29 0 0.19
HSL 213.71º 0.52% 0.6% -
HSV(B) 213.71º 0.51% 0.81% -
XYZ 26.94 28.09 62.39 -
YUV 139.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 101 147 206 0.51 0.29 0 0.19 213.71 0.52 0.6
Hex 65 93 CE 33 1D 0 13 D6 34 3C
Octal 145 223 316 63 35 0 23 326 64 74
Binary 1100101 10010011 11001110 110011 11101 0 10011 11010110 110100 111100

Color Harmonies of #6593CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6593CE

Black with #6593CE

Text Example


Text Example

White with #6593CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6593CE; }

 p { color: rgb(101,147,206); }

 H1.HeaderClassName
 {
   color: #6593CE;
 }
 .AnyTagClassName
 {
   color: #6593CE;
 }
</style>

background-color css

<style>
 a { background-color: #6593CE; }

 a { background-color: rgb(101,147,206); }

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

border-color css

<style>
 span { border-color: #6593CE; }

 span { border-color: rgb(101,147,206); }

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