Html Css Color HEX #67609F Scampi

📋 copy color: '#67609F'

red 103 ◦ green 96 ◦ blue 159

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

Shades of Scampi #67609F

Tints of Scampi #67609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 28.77%
G = 26.82%
B = 44.41%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67609F (or 0x67609F) is known color: Scampi. HEX triplet: 67, 60 and 9F. RGB value is (103,96,159). Sum of RGB (Red+Green+Blue) = 103+96+159=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #67609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67609F is #989F60. Grayscale: #696969. Windows color (decimal): -10002273 or 10444903. OLE color: 10444903.

HSL color Cylindrical-coordinate representation of color #67609F: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67609F is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 96 159 -
CMYK 0.35 0.40 0 0.38
HSL 246.67º 0.25% 0.5% -
HSV(B) 246.67º 0.4% 0.62% -
XYZ 16.03 13.75 34.61 -
YUV 105.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 103 96 159 0.35 0.40 0 0.38 246.67 0.25 0.5
Hex 67 60 9F 23 28 0 26 F7 19 32
Octal 147 140 237 43 50 0 46 367 31 62
Binary 1100111 1100000 10011111 100011 101000 0 100110 11110111 11001 110010

Color Harmonies of #67609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67609F

Black with #67609F

Text Example


Text Example

White with #67609F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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