Html Css Color HEX #6C50CC Slate Blue

📋 copy color: '#6C50CC'

red 108 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #6C50CC

Tints of Slate Blue #6C50CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 27.55%
G = 20.41%
B = 52.04%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C50CC (or 0x6C50CC) is known color: Slate Blue. HEX triplet: 6C, 50 and CC. RGB value is (108,80,204). Sum of RGB (Red+Green+Blue) = 108+80+204=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C50CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C50CC is #93AF33. Grayscale: #666666. Windows color (decimal): -9678644 or 13389932. OLE color: 13389932.

HSL color Cylindrical-coordinate representation of color #6C50CC: hue angle of 253.55º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C50CC is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 80 204 -
CMYK 0.47 0.61 0 0.2
HSL 253.55º 0.55% 0.56% -
HSV(B) 253.55º 0.61% 0.8% -
XYZ 19.95 13.29 58.64 -
YUV 102.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 108 80 204 0.47 0.61 0 0.2 253.55 0.55 0.56
Hex 6C 50 CC 2F 3D 0 14 FE 37 38
Octal 154 120 314 57 75 0 24 376 67 70
Binary 1101100 1010000 11001100 101111 111101 0 10100 11111110 110111 111000

Color Harmonies of #6C50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C50CC

Black with #6C50CC

Text Example


Text Example

White with #6C50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,80,204); }

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

background-color css

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

 a { background-color: rgb(108,80,204); }

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

border-color css

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

 span { border-color: rgb(108,80,204); }

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