Html Css Color HEX #67599B Scampi

📋 copy color: '#67599B'

red 103 ◦ green 89 ◦ blue 155

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

Shades of Scampi #67599B

Tints of Scampi #67599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 29.68%
G = 25.65%
B = 44.67%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67599B (or 0x67599B) is known color: Scampi. HEX triplet: 67, 59 and 9B. RGB value is (103,89,155). Sum of RGB (Red+Green+Blue) = 103+89+155=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #67599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67599B is #98A664. Grayscale: #646464. Windows color (decimal): -10004069 or 10180967. OLE color: 10180967.

HSL color Cylindrical-coordinate representation of color #67599B: hue angle of 252.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67599B is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 89 155 -
CMYK 0.34 0.43 0 0.39
HSL 252.73º 0.27% 0.48% -
HSV(B) 252.73º 0.43% 0.61% -
XYZ 15.08 12.39 32.61 -
YUV 100.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 103 89 155 0.34 0.43 0 0.39 252.73 0.27 0.48
Hex 67 59 9B 22 2B 0 27 FD 1B 30
Octal 147 131 233 42 53 0 47 375 33 60
Binary 1100111 1011001 10011011 100010 101011 0 100111 11111101 11011 110000

Color Harmonies of #67599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67599B

Black with #67599B

Text Example


Text Example

White with #67599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67599B; }

 p { color: rgb(103,89,155); }

 H1.HeaderClassName
 {
   color: #67599B;
 }
 .AnyTagClassName
 {
   color: #67599B;
 }
</style>

background-color css

<style>
 a { background-color: #67599B; }

 a { background-color: rgb(103,89,155); }

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

border-color css

<style>
 span { border-color: #67599B; }

 span { border-color: rgb(103,89,155); }

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