Html Css Color HEX #71688D Kimberly

📋 copy color: '#71688D'

red 113 ◦ green 104 ◦ blue 141

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

Shades of Kimberly #71688D

Tints of Kimberly #71688D

RGB

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

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

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

R = 31.56%
G = 29.05%
B = 39.39%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71688D (or 0x71688D) is known color: Kimberly. HEX triplet: 71, 68 and 8D. RGB value is (113,104,141). Sum of RGB (Red+Green+Blue) = 113+104+141=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #71688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71688D is #8E9772. Grayscale: #6E6E6E. Windows color (decimal): -9344883 or 9267313. OLE color: 9267313.

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

Color convert

RGB 113 104 141 -
CMYK 0.20 0.26 0 0.45
HSL 254.59º 0.15% 0.48% -
HSV(B) 254.59º 0.26% 0.55% -
XYZ 16.57 15.33 27.29 -
YUV 110.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 113 104 141 0.20 0.26 0 0.45 254.59 0.15 0.48
Hex 71 68 8D 14 1A 0 2D FF F 30
Octal 161 150 215 24 32 0 55 377 17 60
Binary 1110001 1101000 10001101 10100 11010 0 101101 11111111 1111 110000

Color Harmonies of #71688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71688D

Black with #71688D

Text Example


Text Example

White with #71688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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