Html Css Color HEX #6365DF Slate Blue

📋 copy color: '#6365DF'

red 99 ◦ green 101 ◦ blue 223

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

Shades of Slate Blue #6365DF

Tints of Slate Blue #6365DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.88%

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

R = 23.4%
G = 23.88%
B = 52.72%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6365DF (or 0x6365DF) is known color: Slate Blue. HEX triplet: 63, 65 and DF. RGB value is (99,101,223). Sum of RGB (Red+Green+Blue) = 99+101+223=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6365DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365DF is #9C9A20. Grayscale: #717171. Windows color (decimal): -10263073 or 14640483. OLE color: 14640483.

HSL color Cylindrical-coordinate representation of color #6365DF: hue angle of 239.03º 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 #6365DF is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 101 223 -
CMYK 0.56 0.55 0 0.13
HSL 239.03º 0.66% 0.63% -
HSV(B) 239.03º 0.56% 0.87% -
XYZ 23.12 17.29 71.93 -
YUV 114.31 189.34 117.08 -
System Red Green Blue C M Y K H S L
Decimal 99 101 223 0.56 0.55 0 0.13 239.03 0.66 0.63
Hex 63 65 DF 38 37 0 D EF 42 3F
Octal 143 145 337 70 67 0 15 357 102 77
Binary 1100011 1100101 11011111 111000 110111 0 1101 11101111 1000010 111111

Color Harmonies of #6365DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365DF

Black with #6365DF

Text Example


Text Example

White with #6365DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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