Html Css Color HEX #6C44CF Slate Blue

📋 copy color: '#6C44CF'

red 108 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #6C44CF

Tints of Slate Blue #6C44CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

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

R = 28.2%
G = 17.75%
B = 54.05%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C44CF (or 0x6C44CF) is known color: Slate Blue. HEX triplet: 6C, 44 and CF. RGB value is (108,68,207). Sum of RGB (Red+Green+Blue) = 108+68+207=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C44CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44CF is #93BB30. Grayscale: #5F5F5F. Windows color (decimal): -9681713 or 13583468. OLE color: 13583468.

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

Color convert

RGB 108 68 207 -
CMYK 0.48 0.67 0 0.19
HSL 257.27º 0.59% 0.54% -
HSV(B) 257.27º 0.67% 0.81% -
XYZ 19.51 11.83 60.29 -
YUV 95.81 190.75 136.7 -
System Red Green Blue C M Y K H S L
Decimal 108 68 207 0.48 0.67 0 0.19 257.27 0.59 0.54
Hex 6C 44 CF 30 43 0 13 101 3B 36
Octal 154 104 317 60 103 0 23 401 73 66
Binary 1101100 1000100 11001111 110000 1000011 0 10011 100000001 111011 110110

Color Harmonies of #6C44CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C44CF

Black with #6C44CF

Text Example


Text Example

White with #6C44CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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