Html Css Color HEX #666085 Kimberly

📋 copy color: '#666085'

red 102 ◦ green 96 ◦ blue 133

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

Shades of Kimberly #666085

Tints of Kimberly #666085

RGB

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

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

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

R = 30.82%
G = 29%
B = 40.18%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#666085 (or 0x666085) is known color: Kimberly. HEX triplet: 66, 60 and 85. RGB value is (102,96,133). Sum of RGB (Red+Green+Blue) = 102+96+133=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #666085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666085 is #999F7A. Grayscale: #656565. Windows color (decimal): -10067835 or 8740966. OLE color: 8740966.

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

Color convert

RGB 102 96 133 -
CMYK 0.23 0.28 0 0.48
HSL 249.73º 0.16% 0.45% -
HSV(B) 249.73º 0.28% 0.52% -
XYZ 13.9 12.88 23.94 -
YUV 102.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 102 96 133 0.23 0.28 0 0.48 249.73 0.16 0.45
Hex 66 60 85 17 1C 0 30 FA 10 2D
Octal 146 140 205 27 34 0 60 372 20 55
Binary 1100110 1100000 10000101 10111 11100 0 110000 11111010 10000 101101

Color Harmonies of #666085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666085

Black with #666085

Text Example


Text Example

White with #666085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666085; }

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

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

background-color css

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

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

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

border-color css

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

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

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