Html Css Color HEX #6488B8 Danube

📋 copy color: '#6488B8'

red 100 ◦ green 136 ◦ blue 184

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

Shades of Danube #6488B8

Tints of Danube #6488B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.81%

R = 23.81%
G = 32.38%
B = 43.81%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6488B8 (or 0x6488B8) is known color: Danube. HEX triplet: 64, 88 and B8. RGB value is (100,136,184). Sum of RGB (Red+Green+Blue) = 100+136+184=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #6488B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488B8 is #9B7747. Grayscale: #828282. Windows color (decimal): -10188616 or 12093540. OLE color: 12093540.

HSL color Cylindrical-coordinate representation of color #6488B8: hue angle of 214.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6488B8 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 136 184 -
CMYK 0.46 0.26 0 0.28
HSL 214.29º 0.37% 0.56% -
HSV(B) 214.29º 0.46% 0.72% -
XYZ 22.71 23.78 48.74 -
YUV 130.71 158.07 106.1 -
System Red Green Blue C M Y K H S L
Decimal 100 136 184 0.46 0.26 0 0.28 214.29 0.37 0.56
Hex 64 88 B8 2E 1A 0 1C D6 25 38
Octal 144 210 270 56 32 0 34 326 45 70
Binary 1100100 10001000 10111000 101110 11010 0 11100 11010110 100101 111000

Color Harmonies of #6488B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6488B8

Black with #6488B8

Text Example


Text Example

White with #6488B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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