Html Css Color HEX #6362DC Slate Blue

📋 copy color: '#6362DC'

red 99 ◦ green 98 ◦ blue 220

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

Shades of Slate Blue #6362DC

Tints of Slate Blue #6362DC

RGB

 RED value IS 99 (39.06% from 255) = 23.74%

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 23.74%
G = 23.5%
B = 52.76%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6362DC (or 0x6362DC) is known color: Slate Blue. HEX triplet: 63, 62 and DC. RGB value is (99,98,220). Sum of RGB (Red+Green+Blue) = 99+98+220=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #6362DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6362DC is #9C9D23. Grayscale: #6F6F6F. Windows color (decimal): -10263844 or 14443107. OLE color: 14443107.

HSL color Cylindrical-coordinate representation of color #6362DC: hue angle of 240.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6362DC is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 98 220 -
CMYK 0.55 0.55 0 0.14
HSL 240.49º 0.64% 0.62% -
HSV(B) 240.49º 0.55% 0.86% -
XYZ 22.43 16.56 69.72 -
YUV 112.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 99 98 220 0.55 0.55 0 0.14 240.49 0.64 0.62
Hex 63 62 DC 37 37 0 E F0 40 3E
Octal 143 142 334 67 67 0 16 360 100 76
Binary 1100011 1100010 11011100 110111 110111 0 1110 11110000 1000000 111110

Color Harmonies of #6362DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6362DC

Black with #6362DC

Text Example


Text Example

White with #6362DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6362DC; }

 p { color: rgb(99,98,220); }

 H1.HeaderClassName
 {
   color: #6362DC;
 }
 .AnyTagClassName
 {
   color: #6362DC;
 }
</style>

background-color css

<style>
 a { background-color: #6362DC; }

 a { background-color: rgb(99,98,220); }

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

border-color css

<style>
 span { border-color: #6362DC; }

 span { border-color: rgb(99,98,220); }

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