Html Css Color HEX #6492CE Danube

📋 copy color: '#6492CE'

red 100 ◦ green 146 ◦ blue 206

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

Shades of Danube #6492CE

Tints of Danube #6492CE

RGB

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

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

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

R = 22.12%
G = 32.3%
B = 45.58%

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

#6492CE (or 0x6492CE) is known color: Danube. HEX triplet: 64, 92 and CE. RGB value is (100,146,206). Sum of RGB (Red+Green+Blue) = 100+146+206=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #6492CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492CE is #9B6D31. Grayscale: #8A8A8A. Windows color (decimal): -10186034 or 13537892. OLE color: 13537892.

HSL color Cylindrical-coordinate representation of color #6492CE: hue angle of 213.96º 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 #6492CE is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 146 206 -
CMYK 0.51 0.29 0 0.19
HSL 213.96º 0.52% 0.6% -
HSV(B) 213.96º 0.51% 0.81% -
XYZ 26.68 27.72 62.34 -
YUV 139.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 100 146 206 0.51 0.29 0 0.19 213.96 0.52 0.6
Hex 64 92 CE 33 1D 0 13 D6 34 3C
Octal 144 222 316 63 35 0 23 326 64 74
Binary 1100100 10010010 11001110 110011 11101 0 10011 11010110 110100 111100

Color Harmonies of #6492CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6492CE

Black with #6492CE

Text Example


Text Example

White with #6492CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,146,206); }

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

background-color css

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

 a { background-color: rgb(100,146,206); }

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

border-color css

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

 span { border-color: rgb(100,146,206); }

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