Html Css Color HEX #66679E Scampi

📋 copy color: '#66679E'

red 102 ◦ green 103 ◦ blue 158

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

Shades of Scampi #66679E

Tints of Scampi #66679E

RGB

 RED value IS 102 (40.23% from 255) = 28.1%

 GREEN value IS 103 (40.63% from 255) = 28.37%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 28.1%
G = 28.37%
B = 43.53%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66679E (or 0x66679E) is known color: Scampi. HEX triplet: 66, 67 and 9E. RGB value is (102,103,158). Sum of RGB (Red+Green+Blue) = 102+103+158=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #66679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66679E is #999861. Grayscale: #6C6C6C. Windows color (decimal): -10066018 or 10381158. OLE color: 10381158.

HSL color Cylindrical-coordinate representation of color #66679E: hue angle of 238.93º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66679E is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 103 158 -
CMYK 0.35 0.35 0 0.38
HSL 238.93º 0.22% 0.51% -
HSV(B) 238.93º 0.35% 0.62% -
XYZ 16.5 14.99 34.37 -
YUV 108.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 102 103 158 0.35 0.35 0 0.38 238.93 0.22 0.51
Hex 66 67 9E 23 23 0 26 EF 16 33
Octal 146 147 236 43 43 0 46 357 26 63
Binary 1100110 1100111 10011110 100011 100011 0 100110 11101111 10110 110011

Color Harmonies of #66679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66679E

Black with #66679E

Text Example


Text Example

White with #66679E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66679E; }

 p { color: rgb(102,103,158); }

 H1.HeaderClassName
 {
   color: #66679E;
 }
 .AnyTagClassName
 {
   color: #66679E;
 }
</style>

background-color css

<style>
 a { background-color: #66679E; }

 a { background-color: rgb(102,103,158); }

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

border-color css

<style>
 span { border-color: #66679E; }

 span { border-color: rgb(102,103,158); }

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