Html Css Color HEX #67699B Scampi

📋 copy color: '#67699B'

red 103 ◦ green 105 ◦ blue 155

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

Shades of Scampi #67699B

Tints of Scampi #67699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 28.37%
G = 28.93%
B = 42.7%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67699B (or 0x67699B) is known color: Scampi. HEX triplet: 67, 69 and 9B. RGB value is (103,105,155). Sum of RGB (Red+Green+Blue) = 103+105+155=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #67699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67699B is #989664. Grayscale: #6D6D6D. Windows color (decimal): -9999973 or 10185063. OLE color: 10185063.

HSL color Cylindrical-coordinate representation of color #67699B: hue angle of 237.69º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67699B is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 105 155 -
CMYK 0.34 0.32 0 0.39
HSL 237.69º 0.21% 0.51% -
HSV(B) 237.69º 0.34% 0.61% -
XYZ 16.56 15.35 33.1 -
YUV 110.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 103 105 155 0.34 0.32 0 0.39 237.69 0.21 0.51
Hex 67 69 9B 22 20 0 27 EE 15 33
Octal 147 151 233 42 40 0 47 356 25 63
Binary 1100111 1101001 10011011 100010 100000 0 100111 11101110 10101 110011

Color Harmonies of #67699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67699B

Black with #67699B

Text Example


Text Example

White with #67699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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