Html Css Color HEX #67689B Scampi

📋 copy color: '#67689B'

red 103 ◦ green 104 ◦ blue 155

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

Shades of Scampi #67689B

Tints of Scampi #67689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 28.45%
G = 28.73%
B = 42.82%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67689B (or 0x67689B) is known color: Scampi. HEX triplet: 67, 68 and 9B. RGB value is (103,104,155). Sum of RGB (Red+Green+Blue) = 103+104+155=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #67689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67689B is #989764. Grayscale: #6D6D6D. Windows color (decimal): -10000229 or 10184807. OLE color: 10184807.

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

Color convert

RGB 103 104 155 -
CMYK 0.34 0.33 0 0.39
HSL 238.85º 0.21% 0.51% -
HSV(B) 238.85º 0.34% 0.61% -
XYZ 16.46 15.15 33.07 -
YUV 109.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 103 104 155 0.34 0.33 0 0.39 238.85 0.21 0.51
Hex 67 68 9B 22 21 0 27 EF 15 33
Octal 147 150 233 42 41 0 47 357 25 63
Binary 1100111 1101000 10011011 100010 100001 0 100111 11101111 10101 110011

Color Harmonies of #67689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67689B

Black with #67689B

Text Example


Text Example

White with #67689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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