Html Css Color HEX #67698F Scampi

📋 copy color: '#67698F'

red 103 ◦ green 105 ◦ blue 143

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

Shades of Scampi #67698F

Tints of Scampi #67698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

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

R = 29.34%
G = 29.91%
B = 40.74%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67698F (or 0x67698F) is known color: Scampi. HEX triplet: 67, 69 and 8F. RGB value is (103,105,143). Sum of RGB (Red+Green+Blue) = 103+105+143=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #67698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67698F is #989670. Grayscale: #6C6C6C. Windows color (decimal): -9999985 or 9398631. OLE color: 9398631.

HSL color Cylindrical-coordinate representation of color #67698F: hue angle of 237º 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 #67698F is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 105 143 -
CMYK 0.28 0.27 0 0.44
HSL 237º 0.16% 0.48% -
HSV(B) 237º 0.28% 0.56% -
XYZ 15.6 14.97 28.05 -
YUV 108.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 103 105 143 0.28 0.27 0 0.44 237 0.16 0.48
Hex 67 69 8F 1C 1B 0 2C ED 10 30
Octal 147 151 217 34 33 0 54 355 20 60
Binary 1100111 1101001 10001111 11100 11011 0 101100 11101101 10000 110000

Color Harmonies of #67698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67698F

Black with #67698F

Text Example


Text Example

White with #67698F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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