Html Css Color HEX #666084 Kimberly

📋 copy color: '#666084'

red 102 ◦ green 96 ◦ blue 132

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

Shades of Kimberly #666084

Tints of Kimberly #666084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40%

R = 30.91%
G = 29.09%
B = 40%

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

#666084 (or 0x666084) is known color: Kimberly. HEX triplet: 66, 60 and 84. RGB value is (102,96,132). Sum of RGB (Red+Green+Blue) = 102+96+132=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #666084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666084 is #999F7B. Grayscale: #656565. Windows color (decimal): -10067836 or 8675430. OLE color: 8675430.

HSL color Cylindrical-coordinate representation of color #666084: hue angle of 250º 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 #666084 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 96 132 -
CMYK 0.23 0.27 0 0.48
HSL 250º 0.16% 0.45% -
HSV(B) 250º 0.27% 0.52% -
XYZ 13.83 12.86 23.58 -
YUV 101.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 102 96 132 0.23 0.27 0 0.48 250 0.16 0.45
Hex 66 60 84 17 1B 0 30 FA 10 2D
Octal 146 140 204 27 33 0 60 372 20 55
Binary 1100110 1100000 10000100 10111 11011 0 110000 11111010 10000 101101

Color Harmonies of #666084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666084

Black with #666084

Text Example


Text Example

White with #666084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666084; }

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

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

background-color css

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

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

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

border-color css

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

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

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