Html Css Color HEX #71668A Kimberly

📋 copy color: '#71668A'

red 113 ◦ green 102 ◦ blue 138

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

Shades of Kimberly #71668A

Tints of Kimberly #71668A

RGB

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

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

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

R = 32.01%
G = 28.9%
B = 39.09%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71668A (or 0x71668A) is known color: Kimberly. HEX triplet: 71, 66 and 8A. RGB value is (113,102,138). Sum of RGB (Red+Green+Blue) = 113+102+138=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #71668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71668A is #8E9975. Grayscale: #6D6D6D. Windows color (decimal): -9345398 or 9070193. OLE color: 9070193.

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

Color convert

RGB 113 102 138 -
CMYK 0.18 0.26 0 0.46
HSL 258.33º 0.15% 0.47% -
HSV(B) 258.33º 0.26% 0.54% -
XYZ 16.15 14.85 26.06 -
YUV 109.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 113 102 138 0.18 0.26 0 0.46 258.33 0.15 0.47
Hex 71 66 8A 12 1A 0 2E 102 F 2F
Octal 161 146 212 22 32 0 56 402 17 57
Binary 1110001 1100110 10001010 10010 11010 0 101110 100000010 1111 101111

Color Harmonies of #71668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71668A

Black with #71668A

Text Example


Text Example

White with #71668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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