Html Css Color HEX #666998 Scampi

📋 copy color: '#666998'

red 102 ◦ green 105 ◦ blue 152

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

Shades of Scampi #666998

Tints of Scampi #666998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

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

R = 28.41%
G = 29.25%
B = 42.34%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#666998 (or 0x666998) is known color: Scampi. HEX triplet: 66, 69 and 98. RGB value is (102,105,152). Sum of RGB (Red+Green+Blue) = 102+105+152=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #666998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666998 is #999667. Grayscale: #6D6D6D. Windows color (decimal): -10065512 or 9988454. OLE color: 9988454.

HSL color Cylindrical-coordinate representation of color #666998: hue angle of 236.4º 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 #666998 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 105 152 -
CMYK 0.33 0.31 0 0.40
HSL 236.4º 0.2% 0.5% -
HSV(B) 236.4º 0.33% 0.6% -
XYZ 16.2 15.19 31.78 -
YUV 109.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 102 105 152 0.33 0.31 0 0.40 236.4 0.2 0.5
Hex 66 69 98 21 1F 0 28 EC 14 32
Octal 146 151 230 41 37 0 50 354 24 62
Binary 1100110 1101001 10011000 100001 11111 0 101000 11101100 10100 110010

Color Harmonies of #666998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666998

Black with #666998

Text Example


Text Example

White with #666998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666998; }

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

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

background-color css

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

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

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

border-color css

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

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

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