Html Css Color HEX #706985 Kimberly

📋 copy color: '#706985'

red 112 ◦ green 105 ◦ blue 133

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

Shades of Kimberly #706985

Tints of Kimberly #706985

RGB

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

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

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

R = 32%
G = 30%
B = 38%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706985 (or 0x706985) is known color: Kimberly. HEX triplet: 70, 69 and 85. RGB value is (112,105,133). Sum of RGB (Red+Green+Blue) = 112+105+133=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #706985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706985 is #8F967A. Grayscale: #6E6E6E. Windows color (decimal): -9410171 or 8743280. OLE color: 8743280.

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

Color convert

RGB 112 105 133 -
CMYK 0.16 0.21 0 0.48
HSL 255º 0.12% 0.47% -
HSV(B) 255º 0.21% 0.52% -
XYZ 15.97 15.24 24.29 -
YUV 110.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 112 105 133 0.16 0.21 0 0.48 255 0.12 0.47
Hex 70 69 85 10 15 0 30 FF C 2F
Octal 160 151 205 20 25 0 60 377 14 57
Binary 1110000 1101001 10000101 10000 10101 0 110000 11111111 1100 101111

Color Harmonies of #706985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706985

Black with #706985

Text Example


Text Example

White with #706985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706985; }

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

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

background-color css

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

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

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

border-color css

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

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

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