Html Css Color HEX #6460C8 Slate Blue

📋 copy color: '#6460C8'

red 100 ◦ green 96 ◦ blue 200

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

Shades of Slate Blue #6460C8

Tints of Slate Blue #6460C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.51%

R = 25.25%
G = 24.24%
B = 50.51%

CMYK

 C value IS 0.5

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6460C8 (or 0x6460C8) is known color: Slate Blue. HEX triplet: 64, 60 and C8. RGB value is (100,96,200). Sum of RGB (Red+Green+Blue) = 100+96+200=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #6460C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460C8 is #9B9F37. Grayscale: #6C6C6C. Windows color (decimal): -10198840 or 13131876. OLE color: 13131876.

HSL color Cylindrical-coordinate representation of color #6460C8: hue angle of 242.31º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6460C8 is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 96 200 -
CMYK 0.5 0.52 0 0.22
HSL 242.31º 0.49% 0.58% -
HSV(B) 242.31º 0.52% 0.78% -
XYZ 19.86 15.25 56.54 -
YUV 109.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 100 96 200 0.5 0.52 0 0.22 242.31 0.49 0.58
Hex 64 60 C8 32 34 0 16 F2 31 3A
Octal 144 140 310 62 64 0 26 362 61 72
Binary 1100100 1100000 11001000 110010 110100 0 10110 11110010 110001 111010

Color Harmonies of #6460C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460C8

Black with #6460C8

Text Example


Text Example

White with #6460C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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