Html Css Color HEX #67668F Scampi

📋 copy color: '#67668F'

red 103 ◦ green 102 ◦ blue 143

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

Shades of Scampi #67668F

Tints of Scampi #67668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 29.6%
G = 29.31%
B = 41.09%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67668F (or 0x67668F) is known color: Scampi. HEX triplet: 67, 66 and 8F. RGB value is (103,102,143). Sum of RGB (Red+Green+Blue) = 103+102+143=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #67668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668F is #989970. Grayscale: #6A6A6A. Windows color (decimal): -10000753 or 9397863. OLE color: 9397863.

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

Color convert

RGB 103 102 143 -
CMYK 0.28 0.29 0 0.44
HSL 241.46º 0.17% 0.48% -
HSV(B) 241.46º 0.29% 0.56% -
XYZ 15.3 14.37 27.95 -
YUV 106.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 103 102 143 0.28 0.29 0 0.44 241.46 0.17 0.48
Hex 67 66 8F 1C 1D 0 2C F1 11 30
Octal 147 146 217 34 35 0 54 361 21 60
Binary 1100111 1100110 10001111 11100 11101 0 101100 11110001 10001 110000

Color Harmonies of #67668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67668F

Black with #67668F

Text Example


Text Example

White with #67668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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