Html Css Color HEX #6486CA Danube

📋 copy color: '#6486CA'

red 100 ◦ green 134 ◦ blue 202

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

Shades of Danube #6486CA

Tints of Danube #6486CA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 22.94%
G = 30.73%
B = 46.33%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6486CA (or 0x6486CA) is known color: Danube. HEX triplet: 64, 86 and CA. RGB value is (100,134,202). Sum of RGB (Red+Green+Blue) = 100+134+202=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #6486CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6486CA is #9B7935. Grayscale: #838383. Windows color (decimal): -10189110 or 13272676. OLE color: 13272676.

HSL color Cylindrical-coordinate representation of color #6486CA: hue angle of 220º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6486CA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 134 202 -
CMYK 0.50 0.34 0 0.21
HSL 220º 0.49% 0.59% -
HSV(B) 220º 0.5% 0.79% -
XYZ 24.44 24.02 59.23 -
YUV 131.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 100 134 202 0.50 0.34 0 0.21 220 0.49 0.59
Hex 64 86 CA 32 22 0 15 DC 31 3B
Octal 144 206 312 62 42 0 25 334 61 73
Binary 1100100 10000110 11001010 110010 100010 0 10101 11011100 110001 111011

Color Harmonies of #6486CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6486CA

Black with #6486CA

Text Example


Text Example

White with #6486CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6486CA; }

 p { color: rgb(100,134,202); }

 H1.HeaderClassName
 {
   color: #6486CA;
 }
 .AnyTagClassName
 {
   color: #6486CA;
 }
</style>

background-color css

<style>
 a { background-color: #6486CA; }

 a { background-color: rgb(100,134,202); }

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

border-color css

<style>
 span { border-color: #6486CA; }

 span { border-color: rgb(100,134,202); }

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