Html Css Color HEX #6366D7 Slate Blue

📋 copy color: '#6366D7'

red 99 ◦ green 102 ◦ blue 215

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

Shades of Slate Blue #6366D7

Tints of Slate Blue #6366D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.68%

R = 23.8%
G = 24.52%
B = 51.68%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6366D7 (or 0x6366D7) is known color: Slate Blue. HEX triplet: 63, 66 and D7. RGB value is (99,102,215). Sum of RGB (Red+Green+Blue) = 99+102+215=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #6366D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366D7 is #9C9928. Grayscale: #717171. Windows color (decimal): -10262825 or 14116451. OLE color: 14116451.

HSL color Cylindrical-coordinate representation of color #6366D7: hue angle of 238.45º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6366D7 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 102 215 -
CMYK 0.54 0.53 0 0.16
HSL 238.45º 0.59% 0.62% -
HSV(B) 238.45º 0.54% 0.84% -
XYZ 22.16 17.06 66.42 -
YUV 113.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 99 102 215 0.54 0.53 0 0.16 238.45 0.59 0.62
Hex 63 66 D7 36 35 0 10 EE 3B 3E
Octal 143 146 327 66 65 0 20 356 73 76
Binary 1100011 1100110 11010111 110110 110101 0 10000 11101110 111011 111110

Color Harmonies of #6366D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366D7

Black with #6366D7

Text Example


Text Example

White with #6366D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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