Html Css Color HEX #6D45CF Slate Blue

📋 copy color: '#6D45CF'

red 109 ◦ green 69 ◦ blue 207

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

Shades of Slate Blue #6D45CF

Tints of Slate Blue #6D45CF

RGB

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

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

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

R = 28.31%
G = 17.92%
B = 53.77%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D45CF (or 0x6D45CF) is known color: Slate Blue. HEX triplet: 6D, 45 and CF. RGB value is (109,69,207). Sum of RGB (Red+Green+Blue) = 109+69+207=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D45CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D45CF is #92BA30. Grayscale: #606060. Windows color (decimal): -9615921 or 13583725. OLE color: 13583725.

HSL color Cylindrical-coordinate representation of color #6D45CF: hue angle of 257.39º 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 #6D45CF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 69 207 -
CMYK 0.47 0.67 0 0.19
HSL 257.39º 0.59% 0.54% -
HSV(B) 257.39º 0.67% 0.81% -
XYZ 19.7 12.01 60.31 -
YUV 96.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 109 69 207 0.47 0.67 0 0.19 257.39 0.59 0.54
Hex 6D 45 CF 2F 43 0 13 101 3B 36
Octal 155 105 317 57 103 0 23 401 73 66
Binary 1101101 1000101 11001111 101111 1000011 0 10011 100000001 111011 110110

Color Harmonies of #6D45CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D45CF

Black with #6D45CF

Text Example


Text Example

White with #6D45CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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