Html Css Color HEX #6462CD Slate Blue

📋 copy color: '#6462CD'

red 100 ◦ green 98 ◦ blue 205

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

Shades of Slate Blue #6462CD

Tints of Slate Blue #6462CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

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

R = 24.81%
G = 24.32%
B = 50.87%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6462CD (or 0x6462CD) is known color: Slate Blue. HEX triplet: 64, 62 and CD. RGB value is (100,98,205). Sum of RGB (Red+Green+Blue) = 100+98+205=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #6462CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462CD is #9B9D32. Grayscale: #6E6E6E. Windows color (decimal): -10198323 or 13460068. OLE color: 13460068.

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

Color convert

RGB 100 98 205 -
CMYK 0.51 0.52 0 0.20
HSL 241.12º 0.52% 0.59% -
HSV(B) 241.12º 0.52% 0.8% -
XYZ 20.64 15.85 59.73 -
YUV 110.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 100 98 205 0.51 0.52 0 0.20 241.12 0.52 0.59
Hex 64 62 CD 33 34 0 14 F1 34 3B
Octal 144 142 315 63 64 0 24 361 64 73
Binary 1100100 1100010 11001101 110011 110100 0 10100 11110001 110100 111011

Color Harmonies of #6462CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6462CD

Black with #6462CD

Text Example


Text Example

White with #6462CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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