Html Css Color HEX #6767C6 Slate Blue

📋 copy color: '#6767C6'

red 103 ◦ green 103 ◦ blue 198

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

Shades of Slate Blue #6767C6

Tints of Slate Blue #6767C6

RGB

 RED value IS 103 (40.63% from 255) = 25.5%

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

 BLUE value IS 198 (77.73% from 255) = 49.01%

R = 25.5%
G = 25.5%
B = 49.01%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6767C6 (or 0x6767C6) is known color: Slate Blue. HEX triplet: 67, 67 and C6. RGB value is (103,103,198). Sum of RGB (Red+Green+Blue) = 103+103+198=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #6767C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6767C6 is #989839. Grayscale: #717171. Windows color (decimal): -10000442 or 13002599. OLE color: 13002599.

HSL color Cylindrical-coordinate representation of color #6767C6: hue angle of 240º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6767C6 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 103 198 -
CMYK 0.48 0.48 0 0.22
HSL 240º 0.45% 0.59% -
HSV(B) 240º 0.48% 0.78% -
XYZ 20.64 16.66 55.55 -
YUV 113.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 103 103 198 0.48 0.48 0 0.22 240 0.45 0.59
Hex 67 67 C6 30 30 0 16 F0 2D 3B
Octal 147 147 306 60 60 0 26 360 55 73
Binary 1100111 1100111 11000110 110000 110000 0 10110 11110000 101101 111011

Color Harmonies of #6767C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6767C6

Black with #6767C6

Text Example


Text Example

White with #6767C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6767C6; }

 p { color: rgb(103,103,198); }

 H1.HeaderClassName
 {
   color: #6767C6;
 }
 .AnyTagClassName
 {
   color: #6767C6;
 }
</style>

background-color css

<style>
 a { background-color: #6767C6; }

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

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

border-color css

<style>
 span { border-color: #6767C6; }

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

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