Html Css Color HEX #67668E Scampi

📋 copy color: '#67668E'

red 103 ◦ green 102 ◦ blue 142

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

Shades of Scampi #67668E

Tints of Scampi #67668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 29.68%
G = 29.39%
B = 40.92%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67668E (or 0x67668E) is known color: Scampi. HEX triplet: 67, 66 and 8E. RGB value is (103,102,142). Sum of RGB (Red+Green+Blue) = 103+102+142=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #67668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668E is #989971. Grayscale: #6A6A6A. Windows color (decimal): -10000754 or 9332327. OLE color: 9332327.

HSL color Cylindrical-coordinate representation of color #67668E: hue angle of 241.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67668E is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 102 142 -
CMYK 0.27 0.28 0 0.44
HSL 241.5º 0.16% 0.48% -
HSV(B) 241.5º 0.28% 0.56% -
XYZ 15.23 14.34 27.56 -
YUV 106.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 103 102 142 0.27 0.28 0 0.44 241.5 0.16 0.48
Hex 67 66 8E 1B 1C 0 2C F2 10 30
Octal 147 146 216 33 34 0 54 362 20 60
Binary 1100111 1100110 10001110 11011 11100 0 101100 11110010 10000 110000

Color Harmonies of #67668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67668E

Black with #67668E

Text Example


Text Example

White with #67668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67668E; }

 p { color: rgb(103,102,142); }

 H1.HeaderClassName
 {
   color: #67668E;
 }
 .AnyTagClassName
 {
   color: #67668E;
 }
</style>

background-color css

<style>
 a { background-color: #67668E; }

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

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

border-color css

<style>
 span { border-color: #67668E; }

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

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