Html Css Color HEX #6365CE Slate Blue

📋 copy color: '#6365CE'

red 99 ◦ green 101 ◦ blue 206

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

Shades of Slate Blue #6365CE

Tints of Slate Blue #6365CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 24.38%
G = 24.88%
B = 50.74%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6365CE (or 0x6365CE) is known color: Slate Blue. HEX triplet: 63, 65 and CE. RGB value is (99,101,206). Sum of RGB (Red+Green+Blue) = 99+101+206=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6365CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365CE is #9C9A31. Grayscale: #6F6F6F. Windows color (decimal): -10263090 or 13526371. OLE color: 13526371.

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

Color convert

RGB 99 101 206 -
CMYK 0.52 0.51 0 0.19
HSL 238.88º 0.52% 0.6% -
HSV(B) 238.88º 0.52% 0.81% -
XYZ 20.94 16.42 60.46 -
YUV 112.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 99 101 206 0.52 0.51 0 0.19 238.88 0.52 0.6
Hex 63 65 CE 34 33 0 13 EF 34 3C
Octal 143 145 316 64 63 0 23 357 64 74
Binary 1100011 1100101 11001110 110100 110011 0 10011 11101111 110100 111100

Color Harmonies of #6365CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365CE

Black with #6365CE

Text Example


Text Example

White with #6365CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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