Html Css Color HEX #666898 Scampi

📋 copy color: '#666898'

red 102 ◦ green 104 ◦ blue 152

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

Shades of Scampi #666898

Tints of Scampi #666898

RGB

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

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

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

R = 28.49%
G = 29.05%
B = 42.46%

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

#666898 (or 0x666898) is known color: Scampi. HEX triplet: 66, 68 and 98. RGB value is (102,104,152). Sum of RGB (Red+Green+Blue) = 102+104+152=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #666898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666898 is #999767. Grayscale: #6C6C6C. Windows color (decimal): -10065768 or 9988198. OLE color: 9988198.

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

Color convert

RGB 102 104 152 -
CMYK 0.33 0.32 0 0.40
HSL 237.6º 0.2% 0.5% -
HSV(B) 237.6º 0.33% 0.6% -
XYZ 16.1 14.99 31.75 -
YUV 108.87 152.34 123.1 -
System Red Green Blue C M Y K H S L
Decimal 102 104 152 0.33 0.32 0 0.40 237.6 0.2 0.5
Hex 66 68 98 21 20 0 28 EE 14 32
Octal 146 150 230 41 40 0 50 356 24 62
Binary 1100110 1101000 10011000 100001 100000 0 101000 11101110 10100 110010

Color Harmonies of #666898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666898

Black with #666898

Text Example


Text Example

White with #666898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666898; }

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

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

background-color css

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

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

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

border-color css

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

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

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