Html Css Color HEX #6366DD Slate Blue

📋 copy color: '#6366DD'

red 99 ◦ green 102 ◦ blue 221

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

Shades of Slate Blue #6366DD

Tints of Slate Blue #6366DD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

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

R = 23.46%
G = 24.17%
B = 52.37%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6366DD (or 0x6366DD) is known color: Slate Blue. HEX triplet: 63, 66 and DD. RGB value is (99,102,221). Sum of RGB (Red+Green+Blue) = 99+102+221=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #6366DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366DD is #9C9922. Grayscale: #727272. Windows color (decimal): -10262819 or 14509667. OLE color: 14509667.

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

Color convert

RGB 99 102 221 -
CMYK 0.55 0.54 0 0.13
HSL 238.52º 0.64% 0.63% -
HSV(B) 238.52º 0.55% 0.87% -
XYZ 22.95 17.38 70.55 -
YUV 114.67 188.01 116.82 -
System Red Green Blue C M Y K H S L
Decimal 99 102 221 0.55 0.54 0 0.13 238.52 0.64 0.63
Hex 63 66 DD 37 36 0 D EF 40 3F
Octal 143 146 335 67 66 0 15 357 100 77
Binary 1100011 1100110 11011101 110111 110110 0 1101 11101111 1000000 111111

Color Harmonies of #6366DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366DD

Black with #6366DD

Text Example


Text Example

White with #6366DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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