Html Css Color HEX #71688A Kimberly

📋 copy color: '#71688A'

red 113 ◦ green 104 ◦ blue 138

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

Shades of Kimberly #71688A

Tints of Kimberly #71688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 31.83%
G = 29.3%
B = 38.87%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71688A (or 0x71688A) is known color: Kimberly. HEX triplet: 71, 68 and 8A. RGB value is (113,104,138). Sum of RGB (Red+Green+Blue) = 113+104+138=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #71688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71688A is #8E9775. Grayscale: #6E6E6E. Windows color (decimal): -9344886 or 9070705. OLE color: 9070705.

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

Color convert

RGB 113 104 138 -
CMYK 0.18 0.25 0 0.46
HSL 255.88º 0.14% 0.47% -
HSV(B) 255.88º 0.25% 0.54% -
XYZ 16.35 15.25 26.13 -
YUV 110.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 113 104 138 0.18 0.25 0 0.46 255.88 0.14 0.47
Hex 71 68 8A 12 19 0 2E 100 E 2F
Octal 161 150 212 22 31 0 56 400 16 57
Binary 1110001 1101000 10001010 10010 11001 0 101110 100000000 1110 101111

Color Harmonies of #71688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71688A

Black with #71688A

Text Example


Text Example

White with #71688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71688A; }

 p { color: rgb(113,104,138); }

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

background-color css

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

 a { background-color: rgb(113,104,138); }

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

border-color css

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

 span { border-color: rgb(113,104,138); }

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