Html Css Color HEX #665882 Kimberly

📋 copy color: '#665882'

red 102 ◦ green 88 ◦ blue 130

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

Shades of Kimberly #665882

Tints of Kimberly #665882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 31.88%
G = 27.5%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#665882 (or 0x665882) is known color: Kimberly. HEX triplet: 66, 58 and 82. RGB value is (102,88,130). Sum of RGB (Red+Green+Blue) = 102+88+130=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #665882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665882 is #99A77D. Grayscale: #606060. Windows color (decimal): -10069886 or 8542310. OLE color: 8542310.

HSL color Cylindrical-coordinate representation of color #665882: hue angle of 260º 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 #665882 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 88 130 -
CMYK 0.22 0.32 0 0.49
HSL 260º 0.19% 0.43% -
HSV(B) 260º 0.32% 0.51% -
XYZ 13 11.42 22.64 -
YUV 96.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 102 88 130 0.22 0.32 0 0.49 260 0.19 0.43
Hex 66 58 82 16 20 0 31 104 13 2B
Octal 146 130 202 26 40 0 61 404 23 53
Binary 1100110 1011000 10000010 10110 100000 0 110001 100000100 10011 101011

Color Harmonies of #665882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665882

Black with #665882

Text Example


Text Example

White with #665882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665882; }

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

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

background-color css

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

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

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

border-color css

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

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

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