Html Css Color HEX #6488BC Danube

📋 copy color: '#6488BC'

red 100 ◦ green 136 ◦ blue 188

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

Shades of Danube #6488BC

Tints of Danube #6488BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 23.58%
G = 32.08%
B = 44.34%

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

#6488BC (or 0x6488BC) is known color: Danube. HEX triplet: 64, 88 and BC. RGB value is (100,136,188). Sum of RGB (Red+Green+Blue) = 100+136+188=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #6488BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488BC is #9B7743. Grayscale: #828282. Windows color (decimal): -10188612 or 12355684. OLE color: 12355684.

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

Color convert

RGB 100 136 188 -
CMYK 0.47 0.28 0 0.26
HSL 215.45º 0.4% 0.56% -
HSV(B) 215.45º 0.47% 0.74% -
XYZ 23.14 23.95 50.98 -
YUV 131.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 100 136 188 0.47 0.28 0 0.26 215.45 0.4 0.56
Hex 64 88 BC 2F 1C 0 1A D7 28 38
Octal 144 210 274 57 34 0 32 327 50 70
Binary 1100100 10001000 10111100 101111 11100 0 11010 11010111 101000 111000

Color Harmonies of #6488BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6488BC

Black with #6488BC

Text Example


Text Example

White with #6488BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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