Html Css Color HEX #706785 Kimberly

📋 copy color: '#706785'

red 112 ◦ green 103 ◦ blue 133

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

Shades of Kimberly #706785

Tints of Kimberly #706785

RGB

 RED value IS 112 (44.14% from 255) = 32.18%

 GREEN value IS 103 (40.63% from 255) = 29.6%

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 32.18%
G = 29.6%
B = 38.22%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706785 (or 0x706785) is known color: Kimberly. HEX triplet: 70, 67 and 85. RGB value is (112,103,133). Sum of RGB (Red+Green+Blue) = 112+103+133=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #706785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706785 is #8F987A. Grayscale: #6D6D6D. Windows color (decimal): -9410683 or 8742768. OLE color: 8742768.

HSL color Cylindrical-coordinate representation of color #706785: hue angle of 258º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706785 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 103 133 -
CMYK 0.16 0.23 0 0.48
HSL 258º 0.13% 0.46% -
HSV(B) 258º 0.23% 0.52% -
XYZ 15.77 14.84 24.22 -
YUV 109.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 112 103 133 0.16 0.23 0 0.48 258 0.13 0.46
Hex 70 67 85 10 17 0 30 102 D 2E
Octal 160 147 205 20 27 0 60 402 15 56
Binary 1110000 1100111 10000101 10000 10111 0 110000 100000010 1101 101110

Color Harmonies of #706785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706785

Black with #706785

Text Example


Text Example

White with #706785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706785; }

 p { color: rgb(112,103,133); }

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

background-color css

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

 a { background-color: rgb(112,103,133); }

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

border-color css

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

 span { border-color: rgb(112,103,133); }

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