Html Css Color HEX #6350DC Slate Blue

📋 copy color: '#6350DC'

red 99 ◦ green 80 ◦ blue 220

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

Shades of Slate Blue #6350DC

Tints of Slate Blue #6350DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 24.81%
G = 20.05%
B = 55.14%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6350DC (or 0x6350DC) is known color: Slate Blue. HEX triplet: 63, 50 and DC. RGB value is (99,80,220). Sum of RGB (Red+Green+Blue) = 99+80+220=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #6350DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350DC is #9CAF23. Grayscale: #656565. Windows color (decimal): -10268452 or 14438499. OLE color: 14438499.

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

Color convert

RGB 99 80 220 -
CMYK 0.55 0.64 0 0.14
HSL 248.14º 0.67% 0.59% -
HSV(B) 248.14º 0.64% 0.86% -
XYZ 20.93 13.56 69.22 -
YUV 101.64 194.79 126.12 -
System Red Green Blue C M Y K H S L
Decimal 99 80 220 0.55 0.64 0 0.14 248.14 0.67 0.59
Hex 63 50 DC 37 40 0 E F8 43 3B
Octal 143 120 334 67 100 0 16 370 103 73
Binary 1100011 1010000 11011100 110111 1000000 0 1110 11111000 1000011 111011

Color Harmonies of #6350DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350DC

Black with #6350DC

Text Example


Text Example

White with #6350DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6350DC; }

 p { color: rgb(99,80,220); }

 H1.HeaderClassName
 {
   color: #6350DC;
 }
 .AnyTagClassName
 {
   color: #6350DC;
 }
</style>

background-color css

<style>
 a { background-color: #6350DC; }

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

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

border-color css

<style>
 span { border-color: #6350DC; }

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

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