Html Css Color HEX #6363DB Slate Blue

📋 copy color: '#6363DB'

red 99 ◦ green 99 ◦ blue 219

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

Shades of Slate Blue #6363DB

Tints of Slate Blue #6363DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

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

R = 23.74%
G = 23.74%
B = 52.52%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6363DB (or 0x6363DB) is known color: Slate Blue. HEX triplet: 63, 63 and DB. RGB value is (99,99,219). Sum of RGB (Red+Green+Blue) = 99+99+219=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #6363DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6363DB is #9C9C24. Grayscale: #707070. Windows color (decimal): -10263589 or 14377827. OLE color: 14377827.

HSL color Cylindrical-coordinate representation of color #6363DB: hue angle of 240º 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 #6363DB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 99 219 -
CMYK 0.55 0.55 0 0.14
HSL 240º 0.63% 0.62% -
HSV(B) 240º 0.55% 0.86% -
XYZ 22.39 16.69 69.06 -
YUV 112.68 188 118.24 -
System Red Green Blue C M Y K H S L
Decimal 99 99 219 0.55 0.55 0 0.14 240 0.63 0.62
Hex 63 63 DB 37 37 0 E F0 3E 3E
Octal 143 143 333 67 67 0 16 360 76 76
Binary 1100011 1100011 11011011 110111 110111 0 1110 11110000 111110 111110

Color Harmonies of #6363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6363DB

Black with #6363DB

Text Example


Text Example

White with #6363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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