Html Css Color HEX #6361DD Slate Blue

📋 copy color: '#6361DD'

red 99 ◦ green 97 ◦ blue 221

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

Shades of Slate Blue #6361DD

Tints of Slate Blue #6361DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 23.74%
G = 23.26%
B = 53%

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

#6361DD (or 0x6361DD) is known color: Slate Blue. HEX triplet: 63, 61 and DD. RGB value is (99,97,221). Sum of RGB (Red+Green+Blue) = 99+97+221=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #6361DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361DD is #9C9E22. Grayscale: #6F6F6F. Windows color (decimal): -10264099 or 14508387. OLE color: 14508387.

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

Color convert

RGB 99 97 221 -
CMYK 0.55 0.56 0 0.13
HSL 240.97º 0.65% 0.62% -
HSV(B) 240.97º 0.56% 0.87% -
XYZ 22.47 16.42 70.39 -
YUV 111.73 189.66 118.92 -
System Red Green Blue C M Y K H S L
Decimal 99 97 221 0.55 0.56 0 0.13 240.97 0.65 0.62
Hex 63 61 DD 37 38 0 D F1 41 3E
Octal 143 141 335 67 70 0 15 361 101 76
Binary 1100011 1100001 11011101 110111 111000 0 1101 11110001 1000001 111110

Color Harmonies of #6361DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361DD

Black with #6361DD

Text Example


Text Example

White with #6361DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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