Html Css Color HEX #71698C Kimberly

📋 copy color: '#71698C'

red 113 ◦ green 105 ◦ blue 140

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

Shades of Kimberly #71698C

Tints of Kimberly #71698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 31.56%
G = 29.33%
B = 39.11%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71698C (or 0x71698C) is known color: Kimberly. HEX triplet: 71, 69 and 8C. RGB value is (113,105,140). Sum of RGB (Red+Green+Blue) = 113+105+140=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #71698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71698C is #8E9673. Grayscale: #6F6F6F. Windows color (decimal): -9344628 or 9202033. OLE color: 9202033.

HSL color Cylindrical-coordinate representation of color #71698C: hue angle of 253.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #71698C is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 105 140 -
CMYK 0.19 0.25 0 0.45
HSL 253.71º 0.14% 0.48% -
HSV(B) 253.71º 0.25% 0.55% -
XYZ 16.6 15.51 26.93 -
YUV 111.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 113 105 140 0.19 0.25 0 0.45 253.71 0.14 0.48
Hex 71 69 8C 13 19 0 2D FE E 30
Octal 161 151 214 23 31 0 55 376 16 60
Binary 1110001 1101001 10001100 10011 11001 0 101101 11111110 1110 110000

Color Harmonies of #71698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71698C

Black with #71698C

Text Example


Text Example

White with #71698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71698C; }

 p { color: rgb(113,105,140); }

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

background-color css

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

 a { background-color: rgb(113,105,140); }

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

border-color css

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

 span { border-color: rgb(113,105,140); }

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