Html Css Color HEX #6462DE Slate Blue

📋 copy color: '#6462DE'

red 100 ◦ green 98 ◦ blue 222

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

Shades of Slate Blue #6462DE

Tints of Slate Blue #6462DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 23.81%
G = 23.33%
B = 52.86%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6462DE (or 0x6462DE) is known color: Slate Blue. HEX triplet: 64, 62 and DE. RGB value is (100,98,222). Sum of RGB (Red+Green+Blue) = 100+98+222=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #6462DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462DE is #9B9D21. Grayscale: #707070. Windows color (decimal): -10198306 or 14574180. OLE color: 14574180.

HSL color Cylindrical-coordinate representation of color #6462DE: hue angle of 240.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6462DE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 98 222 -
CMYK 0.55 0.56 0 0.13
HSL 240.97º 0.65% 0.63% -
HSV(B) 240.97º 0.56% 0.87% -
XYZ 22.81 16.72 71.13 -
YUV 112.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 100 98 222 0.55 0.56 0 0.13 240.97 0.65 0.63
Hex 64 62 DE 37 38 0 D F1 41 3F
Octal 144 142 336 67 70 0 15 361 101 77
Binary 1100100 1100010 11011110 110111 111000 0 1101 11110001 1000001 111111

Color Harmonies of #6462DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6462DE

Black with #6462DE

Text Example


Text Example

White with #6462DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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