Html Css Color HEX #6361D8 Slate Blue

📋 copy color: '#6361D8'

red 99 ◦ green 97 ◦ blue 216

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

Shades of Slate Blue #6361D8

Tints of Slate Blue #6361D8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 216 (84.77% from 255) = 52.43%

R = 24.03%
G = 23.54%
B = 52.43%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6361D8 (or 0x6361D8) is known color: Slate Blue. HEX triplet: 63, 61 and D8. RGB value is (99,97,216). Sum of RGB (Red+Green+Blue) = 99+97+216=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 216 (84.77% from 255 or 52.43% from 412); Max value from RGB is 216 - color contains mainly: blue. Hex color #6361D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361D8 is #9C9E27. Grayscale: #6E6E6E. Windows color (decimal): -10264104 or 14180707. OLE color: 14180707.

HSL color Cylindrical-coordinate representation of color #6361D8: hue angle of 241.01º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6361D8 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 97 216 -
CMYK 0.54 0.55 0 0.15
HSL 241.01º 0.6% 0.61% -
HSV(B) 241.01º 0.55% 0.85% -
XYZ 21.81 16.16 66.94 -
YUV 111.16 187.16 119.32 -
System Red Green Blue C M Y K H S L
Decimal 99 97 216 0.54 0.55 0 0.15 241.01 0.6 0.61
Hex 63 61 D8 36 37 0 F F1 3C 3D
Octal 143 141 330 66 67 0 17 361 74 75
Binary 1100011 1100001 11011000 110110 110111 0 1111 11110001 111100 111101

Color Harmonies of #6361D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361D8

Black with #6361D8

Text Example


Text Example

White with #6361D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6361D8; }

 p { color: rgb(99,97,216); }

 H1.HeaderClassName
 {
   color: #6361D8;
 }
 .AnyTagClassName
 {
   color: #6361D8;
 }
</style>

background-color css

<style>
 a { background-color: #6361D8; }

 a { background-color: rgb(99,97,216); }

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

border-color css

<style>
 span { border-color: #6361D8; }

 span { border-color: rgb(99,97,216); }

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