Html Css Color HEX #6488BD Danube

📋 copy color: '#6488BD'

red 100 ◦ green 136 ◦ blue 189

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

Shades of Danube #6488BD

Tints of Danube #6488BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 23.53%
G = 32%
B = 44.47%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6488BD (or 0x6488BD) is known color: Danube. HEX triplet: 64, 88 and BD. RGB value is (100,136,189). Sum of RGB (Red+Green+Blue) = 100+136+189=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #6488BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488BD is #9B7742. Grayscale: #838383. Windows color (decimal): -10188611 or 12421220. OLE color: 12421220.

HSL color Cylindrical-coordinate representation of color #6488BD: hue angle of 215.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6488BD is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 136 189 -
CMYK 0.47 0.28 0 0.26
HSL 215.73º 0.4% 0.57% -
HSV(B) 215.73º 0.47% 0.74% -
XYZ 23.25 23.99 51.55 -
YUV 131.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 100 136 189 0.47 0.28 0 0.26 215.73 0.4 0.57
Hex 64 88 BD 2F 1C 0 1A D8 28 39
Octal 144 210 275 57 34 0 32 330 50 71
Binary 1100100 10001000 10111101 101111 11100 0 11010 11011000 101000 111001

Color Harmonies of #6488BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6488BD

Black with #6488BD

Text Example


Text Example

White with #6488BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6488BD; }

 p { color: rgb(100,136,189); }

 H1.HeaderClassName
 {
   color: #6488BD;
 }
 .AnyTagClassName
 {
   color: #6488BD;
 }
</style>

background-color css

<style>
 a { background-color: #6488BD; }

 a { background-color: rgb(100,136,189); }

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

border-color css

<style>
 span { border-color: #6488BD; }

 span { border-color: rgb(100,136,189); }

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