Html Css Color HEX #665884 Kimberly

📋 copy color: '#665884'

red 102 ◦ green 88 ◦ blue 132

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

Shades of Kimberly #665884

Tints of Kimberly #665884

RGB

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

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

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

R = 31.68%
G = 27.33%
B = 40.99%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#665884 (or 0x665884) is known color: Kimberly. HEX triplet: 66, 58 and 84. RGB value is (102,88,132). Sum of RGB (Red+Green+Blue) = 102+88+132=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #665884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665884 is #99A77B. Grayscale: #616161. Windows color (decimal): -10069884 or 8673382. OLE color: 8673382.

HSL color Cylindrical-coordinate representation of color #665884: hue angle of 259.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665884 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 88 132 -
CMYK 0.23 0.33 0 0.48
HSL 259.09º 0.2% 0.43% -
HSV(B) 259.09º 0.33% 0.52% -
XYZ 13.13 11.47 23.35 -
YUV 97.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 102 88 132 0.23 0.33 0 0.48 259.09 0.2 0.43
Hex 66 58 84 17 21 0 30 103 14 2B
Octal 146 130 204 27 41 0 60 403 24 53
Binary 1100110 1011000 10000100 10111 100001 0 110000 100000011 10100 101011

Color Harmonies of #665884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665884

Black with #665884

Text Example


Text Example

White with #665884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665884; }

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

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

background-color css

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

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

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

border-color css

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

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

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