Html Css Color HEX #6D6FCC Slate Blue

📋 copy color: '#6D6FCC'

red 109 ◦ green 111 ◦ blue 204

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

Shades of Slate Blue #6D6FCC

Tints of Slate Blue #6D6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

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

R = 25.71%
G = 26.18%
B = 48.11%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D6FCC (or 0x6D6FCC) is known color: Slate Blue. HEX triplet: 6D, 6F and CC. RGB value is (109,111,204). Sum of RGB (Red+Green+Blue) = 109+111+204=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FCC is #929033. Grayscale: #787878. Windows color (decimal): -9605172 or 13397869. OLE color: 13397869.

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

Color convert

RGB 109 111 204 -
CMYK 0.47 0.46 0 0.2
HSL 238.74º 0.48% 0.61% -
HSV(B) 238.74º 0.47% 0.8% -
XYZ 22.89 18.98 59.58 -
YUV 121 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 109 111 204 0.47 0.46 0 0.2 238.74 0.48 0.61
Hex 6D 6F CC 2F 2E 0 14 EF 30 3D
Octal 155 157 314 57 56 0 24 357 60 75
Binary 1101101 1101111 11001100 101111 101110 0 10100 11101111 110000 111101

Color Harmonies of #6D6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6FCC

Black with #6D6FCC

Text Example


Text Example

White with #6D6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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