Html Css Color HEX #665981 Kimberly

📋 copy color: '#665981'

red 102 ◦ green 89 ◦ blue 129

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

Shades of Kimberly #665981

Tints of Kimberly #665981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 31.88%
G = 27.81%
B = 40.31%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#665981 (or 0x665981) is known color: Kimberly. HEX triplet: 66, 59 and 81. RGB value is (102,89,129). Sum of RGB (Red+Green+Blue) = 102+89+129=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #665981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665981 is #99A67E. Grayscale: #616161. Windows color (decimal): -10069631 or 8477030. OLE color: 8477030.

HSL color Cylindrical-coordinate representation of color #665981: hue angle of 259.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665981 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 89 129 -
CMYK 0.21 0.31 0 0.49
HSL 259.5º 0.18% 0.43% -
HSV(B) 259.5º 0.31% 0.51% -
XYZ 13.01 11.55 22.31 -
YUV 97.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 102 89 129 0.21 0.31 0 0.49 259.5 0.18 0.43
Hex 66 59 81 15 1F 0 31 104 12 2B
Octal 146 131 201 25 37 0 61 404 22 53
Binary 1100110 1011001 10000001 10101 11111 0 110001 100000100 10010 101011

Color Harmonies of #665981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665981

Black with #665981

Text Example


Text Example

White with #665981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665981; }

 p { color: rgb(102,89,129); }

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

background-color css

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

 a { background-color: rgb(102,89,129); }

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

border-color css

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

 span { border-color: rgb(102,89,129); }

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