Html Css Color HEX #675986 Kimberly

📋 copy color: '#675986'

red 103 ◦ green 89 ◦ blue 134

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

Shades of Kimberly #675986

Tints of Kimberly #675986

RGB

 RED value IS 103 (40.63% from 255) = 31.6%

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

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

R = 31.6%
G = 27.3%
B = 41.1%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#675986 (or 0x675986) is known color: Kimberly. HEX triplet: 67, 59 and 86. RGB value is (103,89,134). Sum of RGB (Red+Green+Blue) = 103+89+134=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #675986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675986 is #98A679. Grayscale: #626262. Windows color (decimal): -10004090 or 8804711. OLE color: 8804711.

HSL color Cylindrical-coordinate representation of color #675986: hue angle of 258.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #675986 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 89 134 -
CMYK 0.23 0.34 0 0.47
HSL 258.67º 0.2% 0.44% -
HSV(B) 258.67º 0.34% 0.53% -
XYZ 13.47 11.75 24.11 -
YUV 98.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 103 89 134 0.23 0.34 0 0.47 258.67 0.2 0.44
Hex 67 59 86 17 22 0 2F 103 14 2C
Octal 147 131 206 27 42 0 57 403 24 54
Binary 1100111 1011001 10000110 10111 100010 0 101111 100000011 10100 101100

Color Harmonies of #675986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675986

Black with #675986

Text Example


Text Example

White with #675986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675986; }

 p { color: rgb(103,89,134); }

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

background-color css

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

 a { background-color: rgb(103,89,134); }

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

border-color css

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

 span { border-color: rgb(103,89,134); }

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