Html Css Color HEX #666383 Kimberly

📋 copy color: '#666383'

red 102 ◦ green 99 ◦ blue 131

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

Shades of Kimberly #666383

Tints of Kimberly #666383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 30.72%
G = 29.82%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#666383 (or 0x666383) is known color: Kimberly. HEX triplet: 66, 63 and 83. RGB value is (102,99,131). Sum of RGB (Red+Green+Blue) = 102+99+131=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #666383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666383 is #999C7C. Grayscale: #676767. Windows color (decimal): -10067069 or 8610662. OLE color: 8610662.

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

Color convert

RGB 102 99 131 -
CMYK 0.22 0.24 0 0.49
HSL 245.63º 0.14% 0.45% -
HSV(B) 245.63º 0.24% 0.51% -
XYZ 14.04 13.39 23.32 -
YUV 103.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 102 99 131 0.22 0.24 0 0.49 245.63 0.14 0.45
Hex 66 63 83 16 18 0 31 F6 E 2D
Octal 146 143 203 26 30 0 61 366 16 55
Binary 1100110 1100011 10000011 10110 11000 0 110001 11110110 1110 101101

Color Harmonies of #666383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666383

Black with #666383

Text Example


Text Example

White with #666383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666383; }

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

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

background-color css

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

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

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

border-color css

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

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

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