Html Css Color HEX #675988 Kimberly

📋 copy color: '#675988'

red 103 ◦ green 89 ◦ blue 136

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

Shades of Kimberly #675988

Tints of Kimberly #675988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.46%

R = 31.4%
G = 27.13%
B = 41.46%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#675988 (or 0x675988) is known color: Kimberly. HEX triplet: 67, 59 and 88. RGB value is (103,89,136). Sum of RGB (Red+Green+Blue) = 103+89+136=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #675988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675988 is #98A677. Grayscale: #626262. Windows color (decimal): -10004088 or 8935783. OLE color: 8935783.

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

Color convert

RGB 103 89 136 -
CMYK 0.24 0.35 0 0.47
HSL 257.87º 0.21% 0.44% -
HSV(B) 257.87º 0.35% 0.53% -
XYZ 13.61 11.81 24.85 -
YUV 98.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 103 89 136 0.24 0.35 0 0.47 257.87 0.21 0.44
Hex 67 59 88 18 23 0 2F 102 15 2C
Octal 147 131 210 30 43 0 57 402 25 54
Binary 1100111 1011001 10001000 11000 100011 0 101111 100000010 10101 101100

Color Harmonies of #675988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675988

Black with #675988

Text Example


Text Example

White with #675988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675988; }

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

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

background-color css

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

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

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

border-color css

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

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

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