Html Css Color HEX #67609D Scampi

📋 copy color: '#67609D'

red 103 ◦ green 96 ◦ blue 157

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

Shades of Scampi #67609D

Tints of Scampi #67609D

RGB

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

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

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

R = 28.93%
G = 26.97%
B = 44.1%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67609D (or 0x67609D) is known color: Scampi. HEX triplet: 67, 60 and 9D. RGB value is (103,96,157). Sum of RGB (Red+Green+Blue) = 103+96+157=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #67609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67609D is #989F62. Grayscale: #686868. Windows color (decimal): -10002275 or 10313831. OLE color: 10313831.

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

Color convert

RGB 103 96 157 -
CMYK 0.34 0.39 0 0.38
HSL 246.89º 0.24% 0.5% -
HSV(B) 246.89º 0.39% 0.62% -
XYZ 15.86 13.68 33.7 -
YUV 105.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 103 96 157 0.34 0.39 0 0.38 246.89 0.24 0.5
Hex 67 60 9D 22 27 0 26 F7 18 32
Octal 147 140 235 42 47 0 46 367 30 62
Binary 1100111 1100000 10011101 100010 100111 0 100110 11110111 11000 110010

Color Harmonies of #67609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67609D

Black with #67609D

Text Example


Text Example

White with #67609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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