Html Css Color HEX #6489C2 Danube

📋 copy color: '#6489C2'

red 100 ◦ green 137 ◦ blue 194

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

Shades of Danube #6489C2

Tints of Danube #6489C2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 23.2%
G = 31.79%
B = 45.01%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6489C2 (or 0x6489C2) is known color: Danube. HEX triplet: 64, 89 and C2. RGB value is (100,137,194). Sum of RGB (Red+Green+Blue) = 100+137+194=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #6489C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6489C2 is #9B763D. Grayscale: #848484. Windows color (decimal): -10188350 or 12749156. OLE color: 12749156.

HSL color Cylindrical-coordinate representation of color #6489C2: hue angle of 216.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6489C2 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 137 194 -
CMYK 0.48 0.29 0 0.24
HSL 216.38º 0.44% 0.58% -
HSV(B) 216.38º 0.48% 0.76% -
XYZ 23.94 24.5 54.51 -
YUV 132.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 100 137 194 0.48 0.29 0 0.24 216.38 0.44 0.58
Hex 64 89 C2 30 1D 0 18 D8 2C 3A
Octal 144 211 302 60 35 0 30 330 54 72
Binary 1100100 10001001 11000010 110000 11101 0 11000 11011000 101100 111010

Color Harmonies of #6489C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489C2

Black with #6489C2

Text Example


Text Example

White with #6489C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6489C2; }

 p { color: rgb(100,137,194); }

 H1.HeaderClassName
 {
   color: #6489C2;
 }
 .AnyTagClassName
 {
   color: #6489C2;
 }
</style>

background-color css

<style>
 a { background-color: #6489C2; }

 a { background-color: rgb(100,137,194); }

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

border-color css

<style>
 span { border-color: #6489C2; }

 span { border-color: rgb(100,137,194); }

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