Html Css Color HEX #6489D0 Danube

📋 copy color: '#6489D0'

red 100 ◦ green 137 ◦ blue 208

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

Shades of Danube #6489D0

Tints of Danube #6489D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.74%

R = 22.47%
G = 30.79%
B = 46.74%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6489D0 (or 0x6489D0) is known color: Danube. HEX triplet: 64, 89 and D0. RGB value is (100,137,208). Sum of RGB (Red+Green+Blue) = 100+137+208=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #6489D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6489D0 is #9B762F. Grayscale: #858585. Windows color (decimal): -10188336 or 13666660. OLE color: 13666660.

HSL color Cylindrical-coordinate representation of color #6489D0: hue angle of 219.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6489D0 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 137 208 -
CMYK 0.52 0.34 0 0.18
HSL 219.44º 0.53% 0.6% -
HSV(B) 219.44º 0.52% 0.82% -
XYZ 25.59 25.15 63.18 -
YUV 134.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 100 137 208 0.52 0.34 0 0.18 219.44 0.53 0.6
Hex 64 89 D0 34 22 0 12 DB 35 3C
Octal 144 211 320 64 42 0 22 333 65 74
Binary 1100100 10001001 11010000 110100 100010 0 10010 11011011 110101 111100

Color Harmonies of #6489D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489D0

Black with #6489D0

Text Example


Text Example

White with #6489D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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