Html Css Color HEX #716688 Kimberly

📋 copy color: '#716688'

red 113 ◦ green 102 ◦ blue 136

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

Shades of Kimberly #716688

Tints of Kimberly #716688

RGB

 RED value IS 113 (44.53% from 255) = 32.19%

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 32.19%
G = 29.06%
B = 38.75%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716688 (or 0x716688) is known color: Kimberly. HEX triplet: 71, 66 and 88. RGB value is (113,102,136). Sum of RGB (Red+Green+Blue) = 113+102+136=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #716688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716688 is #8E9977. Grayscale: #6D6D6D. Windows color (decimal): -9345400 or 8939121. OLE color: 8939121.

HSL color Cylindrical-coordinate representation of color #716688: hue angle of 259.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716688 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 102 136 -
CMYK 0.17 0.25 0 0.47
HSL 259.41º 0.14% 0.47% -
HSV(B) 259.41º 0.25% 0.53% -
XYZ 16.01 14.79 25.3 -
YUV 109.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 113 102 136 0.17 0.25 0 0.47 259.41 0.14 0.47
Hex 71 66 88 11 19 0 2F 103 E 2F
Octal 161 146 210 21 31 0 57 403 16 57
Binary 1110001 1100110 10001000 10001 11001 0 101111 100000011 1110 101111

Color Harmonies of #716688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716688

Black with #716688

Text Example


Text Example

White with #716688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716688; }

 p { color: rgb(113,102,136); }

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

background-color css

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

 a { background-color: rgb(113,102,136); }

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

border-color css

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

 span { border-color: rgb(113,102,136); }

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