Html Css Color HEX #665B86 Kimberly

📋 copy color: '#665B86'

red 102 ◦ green 91 ◦ blue 134

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

Shades of Kimberly #665B86

Tints of Kimberly #665B86

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 31.19%
G = 27.83%
B = 40.98%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#665B86 (or 0x665B86) is known color: Kimberly. HEX triplet: 66, 5B and 86. RGB value is (102,91,134). Sum of RGB (Red+Green+Blue) = 102+91+134=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #665B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B86 is #99A479. Grayscale: #636363. Windows color (decimal): -10069114 or 8805222. OLE color: 8805222.

HSL color Cylindrical-coordinate representation of color #665B86: hue angle of 255.35º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665B86 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 91 134 -
CMYK 0.24 0.32 0 0.47
HSL 255.35º 0.19% 0.44% -
HSV(B) 255.35º 0.32% 0.53% -
XYZ 13.52 12.03 24.16 -
YUV 99.19 147.64 130 -
System Red Green Blue C M Y K H S L
Decimal 102 91 134 0.24 0.32 0 0.47 255.35 0.19 0.44
Hex 66 5B 86 18 20 0 2F FF 13 2C
Octal 146 133 206 30 40 0 57 377 23 54
Binary 1100110 1011011 10000110 11000 100000 0 101111 11111111 10011 101100

Color Harmonies of #665B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B86

Black with #665B86

Text Example


Text Example

White with #665B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665B86; }

 p { color: rgb(102,91,134); }

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

background-color css

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

 a { background-color: rgb(102,91,134); }

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

border-color css

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

 span { border-color: rgb(102,91,134); }

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