Html Css Color HEX #6489CC Danube

📋 copy color: '#6489CC'

red 100 ◦ green 137 ◦ blue 204

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

Shades of Danube #6489CC

Tints of Danube #6489CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 22.68%
G = 31.07%
B = 46.26%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6489CC (or 0x6489CC) is known color: Danube. HEX triplet: 64, 89 and CC. RGB value is (100,137,204). Sum of RGB (Red+Green+Blue) = 100+137+204=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #6489CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6489CC is #9B7633. Grayscale: #858585. Windows color (decimal): -10188340 or 13404516. OLE color: 13404516.

HSL color Cylindrical-coordinate representation of color #6489CC: hue angle of 218.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6489CC is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 137 204 -
CMYK 0.51 0.33 0 0.2
HSL 218.65º 0.5% 0.6% -
HSV(B) 218.65º 0.51% 0.8% -
XYZ 25.1 24.96 60.62 -
YUV 133.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 100 137 204 0.51 0.33 0 0.2 218.65 0.5 0.6
Hex 64 89 CC 33 21 0 14 DB 32 3C
Octal 144 211 314 63 41 0 24 333 62 74
Binary 1100100 10001001 11001100 110011 100001 0 10100 11011011 110010 111100

Color Harmonies of #6489CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489CC

Black with #6489CC

Text Example


Text Example

White with #6489CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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