Html Css Color HEX #6460CF Slate Blue

📋 copy color: '#6460CF'

red 100 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #6460CF

Tints of Slate Blue #6460CF

RGB

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

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

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

R = 24.81%
G = 23.82%
B = 51.36%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6460CF (or 0x6460CF) is known color: Slate Blue. HEX triplet: 64, 60 and CF. RGB value is (100,96,207). Sum of RGB (Red+Green+Blue) = 100+96+207=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6460CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460CF is #9B9F30. Grayscale: #6D6D6D. Windows color (decimal): -10198833 or 13590628. OLE color: 13590628.

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

Color convert

RGB 100 96 207 -
CMYK 0.52 0.54 0 0.19
HSL 242.16º 0.54% 0.59% -
HSV(B) 242.16º 0.54% 0.81% -
XYZ 20.7 15.58 60.95 -
YUV 109.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 100 96 207 0.52 0.54 0 0.19 242.16 0.54 0.59
Hex 64 60 CF 34 36 0 13 F2 36 3B
Octal 144 140 317 64 66 0 23 362 66 73
Binary 1100100 1100000 11001111 110100 110110 0 10011 11110010 110110 111011

Color Harmonies of #6460CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460CF

Black with #6460CF

Text Example


Text Example

White with #6460CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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