Html Css Color HEX #66699B Scampi

📋 copy color: '#66699B'

red 102 ◦ green 105 ◦ blue 155

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

Shades of Scampi #66699B

Tints of Scampi #66699B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 28.18%
G = 29.01%
B = 42.82%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66699B (or 0x66699B) is known color: Scampi. HEX triplet: 66, 69 and 9B. RGB value is (102,105,155). Sum of RGB (Red+Green+Blue) = 102+105+155=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #66699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66699B is #999664. Grayscale: #6D6D6D. Windows color (decimal): -10065509 or 10185062. OLE color: 10185062.

HSL color Cylindrical-coordinate representation of color #66699B: hue angle of 236.6º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66699B is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 105 155 -
CMYK 0.34 0.32 0 0.39
HSL 236.6º 0.21% 0.5% -
HSV(B) 236.6º 0.34% 0.61% -
XYZ 16.45 15.29 33.1 -
YUV 109.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 102 105 155 0.34 0.32 0 0.39 236.6 0.21 0.5
Hex 66 69 9B 22 20 0 27 ED 15 32
Octal 146 151 233 42 40 0 47 355 25 62
Binary 1100110 1101001 10011011 100010 100000 0 100111 11101101 10101 110010

Color Harmonies of #66699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66699B

Black with #66699B

Text Example


Text Example

White with #66699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66699B; }

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

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

background-color css

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

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

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

border-color css

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

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

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