Html Css Color HEX #6365CD Slate Blue

📋 copy color: '#6365CD'

red 99 ◦ green 101 ◦ blue 205

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

Shades of Slate Blue #6365CD

Tints of Slate Blue #6365CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 24.44%
G = 24.94%
B = 50.62%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6365CD (or 0x6365CD) is known color: Slate Blue. HEX triplet: 63, 65 and CD. RGB value is (99,101,205). Sum of RGB (Red+Green+Blue) = 99+101+205=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #6365CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365CD is #9C9A32. Grayscale: #6F6F6F. Windows color (decimal): -10263091 or 13460835. OLE color: 13460835.

HSL color Cylindrical-coordinate representation of color #6365CD: hue angle of 238.87º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6365CD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 101 205 -
CMYK 0.52 0.51 0 0.20
HSL 238.87º 0.51% 0.6% -
HSV(B) 238.87º 0.52% 0.8% -
XYZ 20.82 16.37 59.82 -
YUV 112.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 99 101 205 0.52 0.51 0 0.20 238.87 0.51 0.6
Hex 63 65 CD 34 33 0 14 EF 33 3C
Octal 143 145 315 64 63 0 24 357 63 74
Binary 1100011 1100101 11001101 110100 110011 0 10100 11101111 110011 111100

Color Harmonies of #6365CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365CD

Black with #6365CD

Text Example


Text Example

White with #6365CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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