Html Css Color HEX #666080 Kimberly

📋 copy color: '#666080'

red 102 ◦ green 96 ◦ blue 128

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

Shades of Kimberly #666080

Tints of Kimberly #666080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 31.29%
G = 29.45%
B = 39.26%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#666080 (or 0x666080) is known color: Kimberly. HEX triplet: 66, 60 and 80. RGB value is (102,96,128). Sum of RGB (Red+Green+Blue) = 102+96+128=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 128 - color contains mainly: blue. Hex color #666080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666080 is #999F7F. Grayscale: #656565. Windows color (decimal): -10067840 or 8413286. OLE color: 8413286.

HSL color Cylindrical-coordinate representation of color #666080: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #666080 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 96 128 -
CMYK 0.20 0.25 0 0.50
HSL 251.25º 0.14% 0.44% -
HSV(B) 251.25º 0.25% 0.5% -
XYZ 13.56 12.75 22.17 -
YUV 101.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 102 96 128 0.20 0.25 0 0.50 251.25 0.14 0.44
Hex 66 60 80 14 19 0 32 FB E 2C
Octal 146 140 200 24 31 0 62 373 16 54
Binary 1100110 1100000 10000000 10100 11001 0 110010 11111011 1110 101100

Color Harmonies of #666080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666080

Black with #666080

Text Example


Text Example

White with #666080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666080; }

 p { color: rgb(102,96,128); }

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

background-color css

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

 a { background-color: rgb(102,96,128); }

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

border-color css

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

 span { border-color: rgb(102,96,128); }

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