Html Css Color HEX #6C5CCF Slate Blue

📋 copy color: '#6C5CCF'

red 108 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #6C5CCF

Tints of Slate Blue #6C5CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 26.54%
G = 22.6%
B = 50.86%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C5CCF (or 0x6C5CCF) is known color: Slate Blue. HEX triplet: 6C, 5C and CF. RGB value is (108,92,207). Sum of RGB (Red+Green+Blue) = 108+92+207=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C5CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5CCF is #93A330. Grayscale: #6D6D6D. Windows color (decimal): -9675569 or 13589612. OLE color: 13589612.

HSL color Cylindrical-coordinate representation of color #6C5CCF: hue angle of 248.35º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C5CCF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 92 207 -
CMYK 0.48 0.56 0 0.19
HSL 248.35º 0.55% 0.59% -
HSV(B) 248.35º 0.56% 0.81% -
XYZ 21.27 15.35 60.87 -
YUV 109.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 108 92 207 0.48 0.56 0 0.19 248.35 0.55 0.59
Hex 6C 5C CF 30 38 0 13 F8 37 3B
Octal 154 134 317 60 70 0 23 370 67 73
Binary 1101100 1011100 11001111 110000 111000 0 10011 11111000 110111 111011

Color Harmonies of #6C5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5CCF

Black with #6C5CCF

Text Example


Text Example

White with #6C5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,92,207); }

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

background-color css

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

 a { background-color: rgb(108,92,207); }

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

border-color css

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

 span { border-color: rgb(108,92,207); }

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