Html Css Color HEX #71668D Kimberly

📋 copy color: '#71668D'

red 113 ◦ green 102 ◦ blue 141

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

Shades of Kimberly #71668D

Tints of Kimberly #71668D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 31.74%
G = 28.65%
B = 39.61%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71668D (or 0x71668D) is known color: Kimberly. HEX triplet: 71, 66 and 8D. RGB value is (113,102,141). Sum of RGB (Red+Green+Blue) = 113+102+141=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #71668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71668D is #8E9972. Grayscale: #6D6D6D. Windows color (decimal): -9345395 or 9266801. OLE color: 9266801.

HSL color Cylindrical-coordinate representation of color #71668D: hue angle of 256.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71668D is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 102 141 -
CMYK 0.20 0.28 0 0.45
HSL 256.92º 0.16% 0.48% -
HSV(B) 256.92º 0.28% 0.55% -
XYZ 16.37 14.94 27.22 -
YUV 109.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 113 102 141 0.20 0.28 0 0.45 256.92 0.16 0.48
Hex 71 66 8D 14 1C 0 2D 101 10 30
Octal 161 146 215 24 34 0 55 401 20 60
Binary 1110001 1100110 10001101 10100 11100 0 101101 100000001 10000 110000

Color Harmonies of #71668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71668D

Black with #71668D

Text Example


Text Example

White with #71668D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71668D; }

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

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

background-color css

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

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

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

border-color css

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

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

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