Html Css Color HEX #6360DC Slate Blue

📋 copy color: '#6360DC'

red 99 ◦ green 96 ◦ blue 220

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

Shades of Slate Blue #6360DC

Tints of Slate Blue #6360DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 23.86%
G = 23.13%
B = 53.01%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6360DC (or 0x6360DC) is known color: Slate Blue. HEX triplet: 63, 60 and DC. RGB value is (99,96,220). Sum of RGB (Red+Green+Blue) = 99+96+220=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #6360DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360DC is #9C9F23. Grayscale: #6E6E6E. Windows color (decimal): -10264356 or 14442595. OLE color: 14442595.

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

Color convert

RGB 99 96 220 -
CMYK 0.55 0.56 0 0.14
HSL 241.45º 0.64% 0.62% -
HSV(B) 241.45º 0.56% 0.86% -
XYZ 22.25 16.19 69.66 -
YUV 111.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 99 96 220 0.55 0.56 0 0.14 241.45 0.64 0.62
Hex 63 60 DC 37 38 0 E F1 40 3E
Octal 143 140 334 67 70 0 16 361 100 76
Binary 1100011 1100000 11011100 110111 111000 0 1110 11110001 1000000 111110

Color Harmonies of #6360DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6360DC

Black with #6360DC

Text Example


Text Example

White with #6360DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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