Html Css Color HEX #6493CF Danube

📋 copy color: '#6493CF'

red 100 ◦ green 147 ◦ blue 207

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

Shades of Danube #6493CF

Tints of Danube #6493CF

RGB

 RED value IS 100 (39.45% from 255) = 22.03%

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 22.03%
G = 32.38%
B = 45.59%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6493CF (or 0x6493CF) is known color: Danube. HEX triplet: 64, 93 and CF. RGB value is (100,147,207). Sum of RGB (Red+Green+Blue) = 100+147+207=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #6493CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493CF is #9B6C30. Grayscale: #8B8B8B. Windows color (decimal): -10185777 or 13603684. OLE color: 13603684.

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

Color convert

RGB 100 147 207 -
CMYK 0.52 0.29 0 0.19
HSL 213.64º 0.53% 0.6% -
HSV(B) 213.64º 0.52% 0.81% -
XYZ 26.95 28.08 63.03 -
YUV 139.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 100 147 207 0.52 0.29 0 0.19 213.64 0.53 0.6
Hex 64 93 CF 34 1D 0 13 D6 35 3C
Octal 144 223 317 64 35 0 23 326 65 74
Binary 1100100 10010011 11001111 110100 11101 0 10011 11010110 110101 111100

Color Harmonies of #6493CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6493CF

Black with #6493CF

Text Example


Text Example

White with #6493CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6493CF; }

 p { color: rgb(100,147,207); }

 H1.HeaderClassName
 {
   color: #6493CF;
 }
 .AnyTagClassName
 {
   color: #6493CF;
 }
</style>

background-color css

<style>
 a { background-color: #6493CF; }

 a { background-color: rgb(100,147,207); }

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

border-color css

<style>
 span { border-color: #6493CF; }

 span { border-color: rgb(100,147,207); }

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