Html Css Color HEX #6462CA Slate Blue

📋 copy color: '#6462CA'

red 100 ◦ green 98 ◦ blue 202

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

Shades of Slate Blue #6462CA

Tints of Slate Blue #6462CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 25%
G = 24.5%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6462CA (or 0x6462CA) is known color: Slate Blue. HEX triplet: 64, 62 and CA. RGB value is (100,98,202). Sum of RGB (Red+Green+Blue) = 100+98+202=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #6462CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462CA is #9B9D35. Grayscale: #6E6E6E. Windows color (decimal): -10198326 or 13263460. OLE color: 13263460.

HSL color Cylindrical-coordinate representation of color #6462CA: hue angle of 241.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6462CA is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 98 202 -
CMYK 0.50 0.51 0 0.21
HSL 241.15º 0.5% 0.59% -
HSV(B) 241.15º 0.51% 0.79% -
XYZ 20.28 15.71 57.84 -
YUV 110.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 100 98 202 0.50 0.51 0 0.21 241.15 0.5 0.59
Hex 64 62 CA 32 33 0 15 F1 32 3B
Octal 144 142 312 62 63 0 25 361 62 73
Binary 1100100 1100010 11001010 110010 110011 0 10101 11110001 110010 111011

Color Harmonies of #6462CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6462CA

Black with #6462CA

Text Example


Text Example

White with #6462CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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