Html Css Color HEX #6C57D7 Slate Blue

📋 copy color: '#6C57D7'

red 108 ◦ green 87 ◦ blue 215

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

Shades of Slate Blue #6C57D7

Tints of Slate Blue #6C57D7

RGB

 RED value IS 108 (42.58% from 255) = 26.34%

 GREEN value IS 87 (34.38% from 255) = 21.22%

 BLUE value IS 215 (84.38% from 255) = 52.44%

R = 26.34%
G = 21.22%
B = 52.44%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6C57D7 (or 0x6C57D7) is known color: Slate Blue. HEX triplet: 6C, 57 and D7. RGB value is (108,87,215). Sum of RGB (Red+Green+Blue) = 108+87+215=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 215 (84.38% from 255 or 52.44% from 410); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C57D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C57D7 is #93A828. Grayscale: #6B6B6B. Windows color (decimal): -9676841 or 14112620. OLE color: 14112620.

HSL color Cylindrical-coordinate representation of color #6C57D7: hue angle of 249.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C57D7 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 87 215 -
CMYK 0.50 0.60 0 0.16
HSL 249.84º 0.62% 0.59% -
HSV(B) 249.84º 0.6% 0.84% -
XYZ 21.86 14.91 66.02 -
YUV 107.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 108 87 215 0.50 0.60 0 0.16 249.84 0.62 0.59
Hex 6C 57 D7 32 3C 0 10 FA 3E 3B
Octal 154 127 327 62 74 0 20 372 76 73
Binary 1101100 1010111 11010111 110010 111100 0 10000 11111010 111110 111011

Color Harmonies of #6C57D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C57D7

Black with #6C57D7

Text Example


Text Example

White with #6C57D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C57D7; }

 p { color: rgb(108,87,215); }

 H1.HeaderClassName
 {
   color: #6C57D7;
 }
 .AnyTagClassName
 {
   color: #6C57D7;
 }
</style>

background-color css

<style>
 a { background-color: #6C57D7; }

 a { background-color: rgb(108,87,215); }

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

border-color css

<style>
 span { border-color: #6C57D7; }

 span { border-color: rgb(108,87,215); }

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