Html Css Color HEX #67669A Scampi

📋 copy color: '#67669A'

red 103 ◦ green 102 ◦ blue 154

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

Shades of Scampi #67669A

Tints of Scampi #67669A

RGB

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

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

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

R = 28.69%
G = 28.41%
B = 42.9%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67669A (or 0x67669A) is known color: Scampi. HEX triplet: 67, 66 and 9A. RGB value is (103,102,154). Sum of RGB (Red+Green+Blue) = 103+102+154=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #67669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67669A is #989965. Grayscale: #6C6C6C. Windows color (decimal): -10000742 or 10118759. OLE color: 10118759.

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

Color convert

RGB 103 102 154 -
CMYK 0.33 0.34 0 0.40
HSL 241.15º 0.2% 0.5% -
HSV(B) 241.15º 0.34% 0.6% -
XYZ 16.18 14.72 32.56 -
YUV 108.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 103 102 154 0.33 0.34 0 0.40 241.15 0.2 0.5
Hex 67 66 9A 21 22 0 28 F1 14 32
Octal 147 146 232 41 42 0 50 361 24 62
Binary 1100111 1100110 10011010 100001 100010 0 101000 11110001 10100 110010

Color Harmonies of #67669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67669A

Black with #67669A

Text Example


Text Example

White with #67669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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