Html Css Color HEX #6D45CC Slate Blue

📋 copy color: '#6D45CC'

red 109 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #6D45CC

Tints of Slate Blue #6D45CC

RGB

 RED value IS 109 (42.97% from 255) = 28.53%

 GREEN value IS 69 (27.34% from 255) = 18.06%

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

R = 28.53%
G = 18.06%
B = 53.4%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D45CC (or 0x6D45CC) is known color: Slate Blue. HEX triplet: 6D, 45 and CC. RGB value is (109,69,204). Sum of RGB (Red+Green+Blue) = 109+69+204=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D45CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D45CC is #92BA33. Grayscale: #5F5F5F. Windows color (decimal): -9615924 or 13387117. OLE color: 13387117.

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

Color convert

RGB 109 69 204 -
CMYK 0.47 0.66 0 0.2
HSL 257.78º 0.57% 0.54% -
HSV(B) 257.78º 0.66% 0.8% -
XYZ 19.33 11.87 58.4 -
YUV 96.35 188.75 137.02 -
System Red Green Blue C M Y K H S L
Decimal 109 69 204 0.47 0.66 0 0.2 257.78 0.57 0.54
Hex 6D 45 CC 2F 42 0 14 102 39 36
Octal 155 105 314 57 102 0 24 402 71 66
Binary 1101101 1000101 11001100 101111 1000010 0 10100 100000010 111001 110110

Color Harmonies of #6D45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45CC

Black with #6D45CC

Text Example


Text Example

White with #6D45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,204); }

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

background-color css

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

 a { background-color: rgb(109,69,204); }

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

border-color css

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

 span { border-color: rgb(109,69,204); }

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