Html Css Color HEX #6D68CC Slate Blue

📋 copy color: '#6D68CC'

red 109 ◦ green 104 ◦ blue 204

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

Shades of Slate Blue #6D68CC

Tints of Slate Blue #6D68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

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

R = 26.14%
G = 24.94%
B = 48.92%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D68CC (or 0x6D68CC) is known color: Slate Blue. HEX triplet: 6D, 68 and CC. RGB value is (109,104,204). Sum of RGB (Red+Green+Blue) = 109+104+204=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D68CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68CC is #929733. Grayscale: #747474. Windows color (decimal): -9606964 or 13396077. OLE color: 13396077.

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

Color convert

RGB 109 104 204 -
CMYK 0.47 0.49 0 0.2
HSL 243º 0.5% 0.6% -
HSV(B) 243º 0.49% 0.8% -
XYZ 22.16 17.51 59.34 -
YUV 116.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 109 104 204 0.47 0.49 0 0.2 243 0.5 0.6
Hex 6D 68 CC 2F 31 0 14 F3 32 3C
Octal 155 150 314 57 61 0 24 363 62 74
Binary 1101101 1101000 11001100 101111 110001 0 10100 11110011 110010 111100

Color Harmonies of #6D68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68CC

Black with #6D68CC

Text Example


Text Example

White with #6D68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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