Html Css Color HEX #6D61CE Slate Blue

📋 copy color: '#6D61CE'

red 109 ◦ green 97 ◦ blue 206

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

Shades of Slate Blue #6D61CE

Tints of Slate Blue #6D61CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.54%

 BLUE value IS 206 (80.86% from 255) = 50%

R = 26.46%
G = 23.54%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D61CE (or 0x6D61CE) is known color: Slate Blue. HEX triplet: 6D, 61 and CE. RGB value is (109,97,206). Sum of RGB (Red+Green+Blue) = 109+97+206=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D61CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D61CE is #929E31. Grayscale: #707070. Windows color (decimal): -9608754 or 13525357. OLE color: 13525357.

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

Color convert

RGB 109 97 206 -
CMYK 0.47 0.53 0 0.19
HSL 246.61º 0.53% 0.59% -
HSV(B) 246.61º 0.53% 0.81% -
XYZ 21.72 16.26 60.39 -
YUV 113.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 109 97 206 0.47 0.53 0 0.19 246.61 0.53 0.59
Hex 6D 61 CE 2F 35 0 13 F7 35 3B
Octal 155 141 316 57 65 0 23 367 65 73
Binary 1101101 1100001 11001110 101111 110101 0 10011 11110111 110101 111011

Color Harmonies of #6D61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D61CE

Black with #6D61CE

Text Example


Text Example

White with #6D61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,206); }

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

background-color css

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

 a { background-color: rgb(109,97,206); }

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

border-color css

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

 span { border-color: rgb(109,97,206); }

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