Html Css Color HEX #665881 Kimberly

📋 copy color: '#665881'

red 102 ◦ green 88 ◦ blue 129

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

Shades of Kimberly #665881

Tints of Kimberly #665881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 31.97%
G = 27.59%
B = 40.44%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#665881 (or 0x665881) is known color: Kimberly. HEX triplet: 66, 58 and 81. RGB value is (102,88,129). Sum of RGB (Red+Green+Blue) = 102+88+129=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #665881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665881 is #99A77E. Grayscale: #606060. Windows color (decimal): -10069887 or 8476774. OLE color: 8476774.

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

Color convert

RGB 102 88 129 -
CMYK 0.21 0.32 0 0.49
HSL 260.49º 0.19% 0.43% -
HSV(B) 260.49º 0.32% 0.51% -
XYZ 12.93 11.39 22.29 -
YUV 96.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 102 88 129 0.21 0.32 0 0.49 260.49 0.19 0.43
Hex 66 58 81 15 20 0 31 104 13 2B
Octal 146 130 201 25 40 0 61 404 23 53
Binary 1100110 1011000 10000001 10101 100000 0 110001 100000100 10011 101011

Color Harmonies of #665881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665881

Black with #665881

Text Example


Text Example

White with #665881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665881; }

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

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

background-color css

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

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

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

border-color css

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

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

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