Html Css Color HEX #6460CD Slate Blue

📋 copy color: '#6460CD'

red 100 ◦ green 96 ◦ blue 205

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

Shades of Slate Blue #6460CD

Tints of Slate Blue #6460CD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 24.94%
G = 23.94%
B = 51.12%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6460CD (or 0x6460CD) is known color: Slate Blue. HEX triplet: 64, 60 and CD. RGB value is (100,96,205). Sum of RGB (Red+Green+Blue) = 100+96+205=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #6460CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460CD is #9B9F32. Grayscale: #6D6D6D. Windows color (decimal): -10198835 or 13459556. OLE color: 13459556.

HSL color Cylindrical-coordinate representation of color #6460CD: hue angle of 242.2º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6460CD is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 96 205 -
CMYK 0.51 0.53 0 0.20
HSL 242.2º 0.52% 0.59% -
HSV(B) 242.2º 0.53% 0.8% -
XYZ 20.46 15.48 59.67 -
YUV 109.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 100 96 205 0.51 0.53 0 0.20 242.2 0.52 0.59
Hex 64 60 CD 33 35 0 14 F2 34 3B
Octal 144 140 315 63 65 0 24 362 64 73
Binary 1100100 1100000 11001101 110011 110101 0 10100 11110010 110100 111011

Color Harmonies of #6460CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460CD

Black with #6460CD

Text Example


Text Example

White with #6460CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6460CD; }

 p { color: rgb(100,96,205); }

 H1.HeaderClassName
 {
   color: #6460CD;
 }
 .AnyTagClassName
 {
   color: #6460CD;
 }
</style>

background-color css

<style>
 a { background-color: #6460CD; }

 a { background-color: rgb(100,96,205); }

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

border-color css

<style>
 span { border-color: #6460CD; }

 span { border-color: rgb(100,96,205); }

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