Html Css Color HEX #6366DF Slate Blue

📋 copy color: '#6366DF'

red 99 ◦ green 102 ◦ blue 223

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

Shades of Slate Blue #6366DF

Tints of Slate Blue #6366DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 23.35%
G = 24.06%
B = 52.59%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6366DF (or 0x6366DF) is known color: Slate Blue. HEX triplet: 63, 66 and DF. RGB value is (99,102,223). Sum of RGB (Red+Green+Blue) = 99+102+223=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #6366DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366DF is #9C9920. Grayscale: #727272. Windows color (decimal): -10262817 or 14640739. OLE color: 14640739.

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

Color convert

RGB 99 102 223 -
CMYK 0.56 0.54 0 0.13
HSL 238.55º 0.66% 0.63% -
HSV(B) 238.55º 0.56% 0.87% -
XYZ 23.22 17.48 71.96 -
YUV 114.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 99 102 223 0.56 0.54 0 0.13 238.55 0.66 0.63
Hex 63 66 DF 38 36 0 D EF 42 3F
Octal 143 146 337 70 66 0 15 357 102 77
Binary 1100011 1100110 11011111 111000 110110 0 1101 11101111 1000010 111111

Color Harmonies of #6366DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366DF

Black with #6366DF

Text Example


Text Example

White with #6366DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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