Html Css Color HEX #67589C Scampi

📋 copy color: '#67589C'

red 103 ◦ green 88 ◦ blue 156

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

Shades of Scampi #67589C

Tints of Scampi #67589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 29.68%
G = 25.36%
B = 44.96%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67589C (or 0x67589C) is known color: Scampi. HEX triplet: 67, 58 and 9C. RGB value is (103,88,156). Sum of RGB (Red+Green+Blue) = 103+88+156=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #67589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67589C is #98A763. Grayscale: #636363. Windows color (decimal): -10004324 or 10246247. OLE color: 10246247.

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

Color convert

RGB 103 88 156 -
CMYK 0.34 0.44 0 0.39
HSL 253.24º 0.28% 0.48% -
HSV(B) 253.24º 0.44% 0.61% -
XYZ 15.08 12.26 33.02 -
YUV 100.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 103 88 156 0.34 0.44 0 0.39 253.24 0.28 0.48
Hex 67 58 9C 22 2C 0 27 FD 1C 30
Octal 147 130 234 42 54 0 47 375 34 60
Binary 1100111 1011000 10011100 100010 101100 0 100111 11111101 11100 110000

Color Harmonies of #67589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67589C

Black with #67589C

Text Example


Text Example

White with #67589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67589C; }

 p { color: rgb(103,88,156); }

 H1.HeaderClassName
 {
   color: #67589C;
 }
 .AnyTagClassName
 {
   color: #67589C;
 }
</style>

background-color css

<style>
 a { background-color: #67589C; }

 a { background-color: rgb(103,88,156); }

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

border-color css

<style>
 span { border-color: #67589C; }

 span { border-color: rgb(103,88,156); }

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