Html Css Color HEX #6D67CC Slate Blue

📋 copy color: '#6D67CC'

red 109 ◦ green 103 ◦ blue 204

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

Shades of Slate Blue #6D67CC

Tints of Slate Blue #6D67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

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

R = 26.2%
G = 24.76%
B = 49.04%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D67CC (or 0x6D67CC) is known color: Slate Blue. HEX triplet: 6D, 67 and CC. RGB value is (109,103,204). Sum of RGB (Red+Green+Blue) = 109+103+204=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D67CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67CC is #929833. Grayscale: #737373. Windows color (decimal): -9607220 or 13395821. OLE color: 13395821.

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

Color convert

RGB 109 103 204 -
CMYK 0.47 0.50 0 0.2
HSL 243.56º 0.5% 0.6% -
HSV(B) 243.56º 0.5% 0.8% -
XYZ 22.06 17.31 59.31 -
YUV 116.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 109 103 204 0.47 0.50 0 0.2 243.56 0.5 0.6
Hex 6D 67 CC 2F 32 0 14 F4 32 3C
Octal 155 147 314 57 62 0 24 364 62 74
Binary 1101101 1100111 11001100 101111 110010 0 10100 11110100 110010 111100

Color Harmonies of #6D67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D67CC

Black with #6D67CC

Text Example


Text Example

White with #6D67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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