Html Css Color HEX #6365DB Slate Blue

📋 copy color: '#6365DB'

red 99 ◦ green 101 ◦ blue 219

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

Shades of Slate Blue #6365DB

Tints of Slate Blue #6365DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 23.63%
G = 24.11%
B = 52.27%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6365DB (or 0x6365DB) is known color: Slate Blue. HEX triplet: 63, 65 and DB. RGB value is (99,101,219). Sum of RGB (Red+Green+Blue) = 99+101+219=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6365DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6365DB is #9C9A24. Grayscale: #717171. Windows color (decimal): -10263077 or 14378339. OLE color: 14378339.

HSL color Cylindrical-coordinate representation of color #6365DB: hue angle of 239º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6365DB is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 101 219 -
CMYK 0.55 0.54 0 0.14
HSL 239º 0.63% 0.62% -
HSV(B) 239º 0.55% 0.86% -
XYZ 22.59 17.07 69.12 -
YUV 113.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 99 101 219 0.55 0.54 0 0.14 239 0.63 0.62
Hex 63 65 DB 37 36 0 E EF 3E 3E
Octal 143 145 333 67 66 0 16 357 76 76
Binary 1100011 1100101 11011011 110111 110110 0 1110 11101111 111110 111110

Color Harmonies of #6365DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6365DB

Black with #6365DB

Text Example


Text Example

White with #6365DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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