Html Css Color HEX #67699A Scampi

📋 copy color: '#67699A'

red 103 ◦ green 105 ◦ blue 154

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

Shades of Scampi #67699A

Tints of Scampi #67699A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 28.45%
G = 29.01%
B = 42.54%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67699A (or 0x67699A) is known color: Scampi. HEX triplet: 67, 69 and 9A. RGB value is (103,105,154). Sum of RGB (Red+Green+Blue) = 103+105+154=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #67699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67699A is #989665. Grayscale: #6D6D6D. Windows color (decimal): -9999974 or 10119527. OLE color: 10119527.

HSL color Cylindrical-coordinate representation of color #67699A: hue angle of 237.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67699A is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 105 154 -
CMYK 0.33 0.32 0 0.40
HSL 237.65º 0.2% 0.5% -
HSV(B) 237.65º 0.33% 0.6% -
XYZ 16.48 15.32 32.66 -
YUV 109.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 103 105 154 0.33 0.32 0 0.40 237.65 0.2 0.5
Hex 67 69 9A 21 20 0 28 EE 14 32
Octal 147 151 232 41 40 0 50 356 24 62
Binary 1100111 1101001 10011010 100001 100000 0 101000 11101110 10100 110010

Color Harmonies of #67699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67699A

Black with #67699A

Text Example


Text Example

White with #67699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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