Html Css Color HEX #6351DB Slate Blue

📋 copy color: '#6351DB'

red 99 ◦ green 81 ◦ blue 219

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

Shades of Slate Blue #6351DB

Tints of Slate Blue #6351DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

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

R = 24.81%
G = 20.3%
B = 54.89%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6351DB (or 0x6351DB) is known color: Slate Blue. HEX triplet: 63, 51 and DB. RGB value is (99,81,219). Sum of RGB (Red+Green+Blue) = 99+81+219=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #6351DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351DB is #9CAE24. Grayscale: #656565. Windows color (decimal): -10268197 or 14373219. OLE color: 14373219.

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

Color convert

RGB 99 81 219 -
CMYK 0.55 0.63 0 0.14
HSL 247.83º 0.66% 0.59% -
HSV(B) 247.83º 0.63% 0.86% -
XYZ 20.87 13.65 68.55 -
YUV 102.11 193.96 125.78 -
System Red Green Blue C M Y K H S L
Decimal 99 81 219 0.55 0.63 0 0.14 247.83 0.66 0.59
Hex 63 51 DB 37 3F 0 E F8 42 3B
Octal 143 121 333 67 77 0 16 370 102 73
Binary 1100011 1010001 11011011 110111 111111 0 1110 11111000 1000010 111011

Color Harmonies of #6351DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6351DB

Black with #6351DB

Text Example


Text Example

White with #6351DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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