Html Css Color HEX #6489BA Danube

📋 copy color: '#6489BA'

red 100 ◦ green 137 ◦ blue 186

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

Shades of Danube #6489BA

Tints of Danube #6489BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 23.64%
G = 32.39%
B = 43.97%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6489BA (or 0x6489BA) is known color: Danube. HEX triplet: 64, 89 and BA. RGB value is (100,137,186). Sum of RGB (Red+Green+Blue) = 100+137+186=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #6489BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6489BA is #9B7645. Grayscale: #838383. Windows color (decimal): -10188358 or 12224868. OLE color: 12224868.

HSL color Cylindrical-coordinate representation of color #6489BA: hue angle of 214.19º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6489BA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 137 186 -
CMYK 0.46 0.26 0 0.27
HSL 214.19º 0.38% 0.56% -
HSV(B) 214.19º 0.46% 0.73% -
XYZ 23.06 24.15 49.9 -
YUV 131.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 100 137 186 0.46 0.26 0 0.27 214.19 0.38 0.56
Hex 64 89 BA 2E 1A 0 1B D6 26 38
Octal 144 211 272 56 32 0 33 326 46 70
Binary 1100100 10001001 10111010 101110 11010 0 11011 11010110 100110 111000

Color Harmonies of #6489BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6489BA

Black with #6489BA

Text Example


Text Example

White with #6489BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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