Html Css Color HEX #6460CE Slate Blue

📋 copy color: '#6460CE'

red 100 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #6460CE

Tints of Slate Blue #6460CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 24.88%
G = 23.88%
B = 51.24%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6460CE (or 0x6460CE) is known color: Slate Blue. HEX triplet: 64, 60 and CE. RGB value is (100,96,206). Sum of RGB (Red+Green+Blue) = 100+96+206=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #6460CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460CE is #9B9F31. Grayscale: #6D6D6D. Windows color (decimal): -10198834 or 13525092. OLE color: 13525092.

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

Color convert

RGB 100 96 206 -
CMYK 0.51 0.53 0 0.19
HSL 242.18º 0.53% 0.59% -
HSV(B) 242.18º 0.53% 0.81% -
XYZ 20.58 15.53 60.31 -
YUV 109.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 100 96 206 0.51 0.53 0 0.19 242.18 0.53 0.59
Hex 64 60 CE 33 35 0 13 F2 35 3B
Octal 144 140 316 63 65 0 23 362 65 73
Binary 1100100 1100000 11001110 110011 110101 0 10011 11110010 110101 111011

Color Harmonies of #6460CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460CE

Black with #6460CE

Text Example


Text Example

White with #6460CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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