Html Css Color HEX #666798 Scampi

📋 copy color: '#666798'

red 102 ◦ green 103 ◦ blue 152

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

Shades of Scampi #666798

Tints of Scampi #666798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 28.57%
G = 28.85%
B = 42.58%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#666798 (or 0x666798) is known color: Scampi. HEX triplet: 66, 67 and 98. RGB value is (102,103,152). Sum of RGB (Red+Green+Blue) = 102+103+152=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #666798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666798 is #999867. Grayscale: #6C6C6C. Windows color (decimal): -10066024 or 9987942. OLE color: 9987942.

HSL color Cylindrical-coordinate representation of color #666798: hue angle of 238.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #666798 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 103 152 -
CMYK 0.33 0.32 0 0.40
HSL 238.8º 0.2% 0.5% -
HSV(B) 238.8º 0.33% 0.6% -
XYZ 16 14.79 31.72 -
YUV 108.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 102 103 152 0.33 0.32 0 0.40 238.8 0.2 0.5
Hex 66 67 98 21 20 0 28 EF 14 32
Octal 146 147 230 41 40 0 50 357 24 62
Binary 1100110 1100111 10011000 100001 100000 0 101000 11101111 10100 110010

Color Harmonies of #666798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666798

Black with #666798

Text Example


Text Example

White with #666798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666798; }

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

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

background-color css

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

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

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

border-color css

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

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

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