Html Css Color HEX #666185 Kimberly

📋 copy color: '#666185'

red 102 ◦ green 97 ◦ blue 133

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

Shades of Kimberly #666185

Tints of Kimberly #666185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 30.72%
G = 29.22%
B = 40.06%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#666185 (or 0x666185) is known color: Kimberly. HEX triplet: 66, 61 and 85. RGB value is (102,97,133). Sum of RGB (Red+Green+Blue) = 102+97+133=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #666185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666185 is #999E7A. Grayscale: #666666. Windows color (decimal): -10067579 or 8741222. OLE color: 8741222.

HSL color Cylindrical-coordinate representation of color #666185: hue angle of 248.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666185 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 97 133 -
CMYK 0.23 0.27 0 0.48
HSL 248.33º 0.16% 0.45% -
HSV(B) 248.33º 0.27% 0.52% -
XYZ 13.99 13.07 23.98 -
YUV 102.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 102 97 133 0.23 0.27 0 0.48 248.33 0.16 0.45
Hex 66 61 85 17 1B 0 30 F8 10 2D
Octal 146 141 205 27 33 0 60 370 20 55
Binary 1100110 1100001 10000101 10111 11011 0 110000 11111000 10000 101101

Color Harmonies of #666185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666185

Black with #666185

Text Example


Text Example

White with #666185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666185; }

 p { color: rgb(102,97,133); }

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

background-color css

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

 a { background-color: rgb(102,97,133); }

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

border-color css

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

 span { border-color: rgb(102,97,133); }

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