Html Css Color HEX #666083 Kimberly

📋 copy color: '#666083'

red 102 ◦ green 96 ◦ blue 131

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

Shades of Kimberly #666083

Tints of Kimberly #666083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 31%
G = 29.18%
B = 39.82%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666083 (or 0x666083) is known color: Kimberly. HEX triplet: 66, 60 and 83. RGB value is (102,96,131). Sum of RGB (Red+Green+Blue) = 102+96+131=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #666083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666083 is #999F7C. Grayscale: #656565. Windows color (decimal): -10067837 or 8609894. OLE color: 8609894.

HSL color Cylindrical-coordinate representation of color #666083: hue angle of 250.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #666083 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 96 131 -
CMYK 0.22 0.27 0 0.49
HSL 250.29º 0.15% 0.45% -
HSV(B) 250.29º 0.27% 0.51% -
XYZ 13.76 12.83 23.22 -
YUV 101.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 102 96 131 0.22 0.27 0 0.49 250.29 0.15 0.45
Hex 66 60 83 16 1B 0 31 FA F 2D
Octal 146 140 203 26 33 0 61 372 17 55
Binary 1100110 1100000 10000011 10110 11011 0 110001 11111010 1111 101101

Color Harmonies of #666083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666083

Black with #666083

Text Example


Text Example

White with #666083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666083; }

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

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

background-color css

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

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

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

border-color css

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

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

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