Html Css Color HEX #67699D Scampi

📋 copy color: '#67699D'

red 103 ◦ green 105 ◦ blue 157

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

Shades of Scampi #67699D

Tints of Scampi #67699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 28.22%
G = 28.77%
B = 43.01%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67699D (or 0x67699D) is known color: Scampi. HEX triplet: 67, 69 and 9D. RGB value is (103,105,157). Sum of RGB (Red+Green+Blue) = 103+105+157=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #67699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67699D is #989662. Grayscale: #6E6E6E. Windows color (decimal): -9999971 or 10316135. OLE color: 10316135.

HSL color Cylindrical-coordinate representation of color #67699D: hue angle of 237.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67699D is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 105 157 -
CMYK 0.34 0.33 0 0.38
HSL 237.78º 0.22% 0.51% -
HSV(B) 237.78º 0.34% 0.62% -
XYZ 16.73 15.42 33.99 -
YUV 110.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 103 105 157 0.34 0.33 0 0.38 237.78 0.22 0.51
Hex 67 69 9D 22 21 0 26 EE 16 33
Octal 147 151 235 42 41 0 46 356 26 63
Binary 1100111 1101001 10011101 100010 100001 0 100110 11101110 10110 110011

Color Harmonies of #67699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67699D

Black with #67699D

Text Example


Text Example

White with #67699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67699D; }

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

 H1.HeaderClassName
 {
   color: #67699D;
 }
 .AnyTagClassName
 {
   color: #67699D;
 }
</style>

background-color css

<style>
 a { background-color: #67699D; }

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

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

border-color css

<style>
 span { border-color: #67699D; }

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

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