Html Css Color HEX #71638A Kimberly

📋 copy color: '#71638A'

red 113 ◦ green 99 ◦ blue 138

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

Shades of Kimberly #71638A

Tints of Kimberly #71638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.29%

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

R = 32.29%
G = 28.29%
B = 39.43%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71638A (or 0x71638A) is known color: Kimberly. HEX triplet: 71, 63 and 8A. RGB value is (113,99,138). Sum of RGB (Red+Green+Blue) = 113+99+138=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #71638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71638A is #8E9C75. Grayscale: #6B6B6B. Windows color (decimal): -9346166 or 9069425. OLE color: 9069425.

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

Color convert

RGB 113 99 138 -
CMYK 0.18 0.28 0 0.46
HSL 261.54º 0.16% 0.46% -
HSV(B) 261.54º 0.28% 0.54% -
XYZ 15.86 14.27 25.96 -
YUV 107.63 145.14 131.83 -
System Red Green Blue C M Y K H S L
Decimal 113 99 138 0.18 0.28 0 0.46 261.54 0.16 0.46
Hex 71 63 8A 12 1C 0 2E 106 10 2E
Octal 161 143 212 22 34 0 56 406 20 56
Binary 1110001 1100011 10001010 10010 11100 0 101110 100000110 10000 101110

Color Harmonies of #71638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71638A

Black with #71638A

Text Example


Text Example

White with #71638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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