Html Css Color HEX #6D62CD Slate Blue

📋 copy color: '#6D62CD'

red 109 ◦ green 98 ◦ blue 205

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

Shades of Slate Blue #6D62CD

Tints of Slate Blue #6D62CD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.79%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 26.46%
G = 23.79%
B = 49.76%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D62CD (or 0x6D62CD) is known color: Slate Blue. HEX triplet: 6D, 62 and CD. RGB value is (109,98,205). Sum of RGB (Red+Green+Blue) = 109+98+205=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D62CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D62CD is #929D32. Grayscale: #717171. Windows color (decimal): -9608499 or 13460077. OLE color: 13460077.

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

Color convert

RGB 109 98 205 -
CMYK 0.47 0.52 0 0.20
HSL 246.17º 0.52% 0.59% -
HSV(B) 246.17º 0.52% 0.8% -
XYZ 21.69 16.39 59.78 -
YUV 113.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 109 98 205 0.47 0.52 0 0.20 246.17 0.52 0.59
Hex 6D 62 CD 2F 34 0 14 F6 34 3B
Octal 155 142 315 57 64 0 24 366 64 73
Binary 1101101 1100010 11001101 101111 110100 0 10100 11110110 110100 111011

Color Harmonies of #6D62CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D62CD

Black with #6D62CD

Text Example


Text Example

White with #6D62CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,98,205); }

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

background-color css

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

 a { background-color: rgb(109,98,205); }

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

border-color css

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

 span { border-color: rgb(109,98,205); }

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