Html Css Color HEX #6488CF Danube

📋 copy color: '#6488CF'

red 100 ◦ green 136 ◦ blue 207

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

Shades of Danube #6488CF

Tints of Danube #6488CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 22.57%
G = 30.7%
B = 46.73%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6488CF (or 0x6488CF) is known color: Danube. HEX triplet: 64, 88 and CF. RGB value is (100,136,207). Sum of RGB (Red+Green+Blue) = 100+136+207=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #6488CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6488CF is #9B7730. Grayscale: #858585. Windows color (decimal): -10188593 or 13600868. OLE color: 13600868.

HSL color Cylindrical-coordinate representation of color #6488CF: hue angle of 219.81º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6488CF is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 136 207 -
CMYK 0.52 0.34 0 0.19
HSL 219.81º 0.53% 0.6% -
HSV(B) 219.81º 0.52% 0.81% -
XYZ 25.32 24.82 62.49 -
YUV 133.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 100 136 207 0.52 0.34 0 0.19 219.81 0.53 0.6
Hex 64 88 CF 34 22 0 13 DC 35 3C
Octal 144 210 317 64 42 0 23 334 65 74
Binary 1100100 10001000 11001111 110100 100010 0 10011 11011100 110101 111100

Color Harmonies of #6488CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6488CF

Black with #6488CF

Text Example


Text Example

White with #6488CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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