Html Css Color HEX #666793 Scampi

📋 copy color: '#666793'

red 102 ◦ green 103 ◦ blue 147

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

Shades of Scampi #666793

Tints of Scampi #666793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 28.98%
G = 29.26%
B = 41.76%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#666793 (or 0x666793) is known color: Scampi. HEX triplet: 66, 67 and 93. RGB value is (102,103,147). Sum of RGB (Red+Green+Blue) = 102+103+147=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #666793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666793 is #99986C. Grayscale: #6B6B6B. Windows color (decimal): -10066029 or 9660262. OLE color: 9660262.

HSL color Cylindrical-coordinate representation of color #666793: hue angle of 238.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666793 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 103 147 -
CMYK 0.31 0.30 0 0.42
HSL 238.67º 0.18% 0.49% -
HSV(B) 238.67º 0.31% 0.58% -
XYZ 15.6 14.63 29.61 -
YUV 107.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 102 103 147 0.31 0.30 0 0.42 238.67 0.18 0.49
Hex 66 67 93 1F 1E 0 2A EF 12 31
Octal 146 147 223 37 36 0 52 357 22 61
Binary 1100110 1100111 10010011 11111 11110 0 101010 11101111 10010 110001

Color Harmonies of #666793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666793

Black with #666793

Text Example


Text Example

White with #666793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666793; }

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

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

background-color css

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

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

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

border-color css

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

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

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