Html Css Color HEX #67609A Scampi

📋 copy color: '#67609A'

red 103 ◦ green 96 ◦ blue 154

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

Shades of Scampi #67609A

Tints of Scampi #67609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.2%

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

R = 29.18%
G = 27.2%
B = 43.63%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67609A (or 0x67609A) is known color: Scampi. HEX triplet: 67, 60 and 9A. RGB value is (103,96,154). Sum of RGB (Red+Green+Blue) = 103+96+154=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #67609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67609A is #989F65. Grayscale: #686868. Windows color (decimal): -10002278 or 10117223. OLE color: 10117223.

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

Color convert

RGB 103 96 154 -
CMYK 0.33 0.38 0 0.40
HSL 247.24º 0.23% 0.49% -
HSV(B) 247.24º 0.38% 0.6% -
XYZ 15.61 13.58 32.37 -
YUV 104.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 103 96 154 0.33 0.38 0 0.40 247.24 0.23 0.49
Hex 67 60 9A 21 26 0 28 F7 17 31
Octal 147 140 232 41 46 0 50 367 27 61
Binary 1100111 1100000 10011010 100001 100110 0 101000 11110111 10111 110001

Color Harmonies of #67609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67609A

Black with #67609A

Text Example


Text Example

White with #67609A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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