Html Css Color HEX #6365D8 Slate Blue

📋 copy color: '#6365D8'

red 99 ◦ green 101 ◦ blue 216

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

Shades of Slate Blue #6365D8

Tints of Slate Blue #6365D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.92%

R = 23.8%
G = 24.28%
B = 51.92%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6365D8 (or 0x6365D8) is known color: Slate Blue. HEX triplet: 63, 65 and D8. RGB value is (99,101,216). Sum of RGB (Red+Green+Blue) = 99+101+216=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #6365D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365D8 is #9C9A27. Grayscale: #717171. Windows color (decimal): -10263080 or 14181731. OLE color: 14181731.

HSL color Cylindrical-coordinate representation of color #6365D8: hue angle of 238.97º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6365D8 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 101 216 -
CMYK 0.54 0.53 0 0.15
HSL 238.97º 0.6% 0.62% -
HSV(B) 238.97º 0.54% 0.85% -
XYZ 22.19 16.92 67.06 -
YUV 113.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 99 101 216 0.54 0.53 0 0.15 238.97 0.6 0.62
Hex 63 65 D8 36 35 0 F EF 3C 3E
Octal 143 145 330 66 65 0 17 357 74 76
Binary 1100011 1100101 11011000 110110 110101 0 1111 11101111 111100 111110

Color Harmonies of #6365D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365D8

Black with #6365D8

Text Example


Text Example

White with #6365D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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