Html Css Color HEX #706385 Kimberly

📋 copy color: '#706385'

red 112 ◦ green 99 ◦ blue 133

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

Shades of Kimberly #706385

Tints of Kimberly #706385

RGB

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

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

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

R = 32.56%
G = 28.78%
B = 38.66%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706385 (or 0x706385) is known color: Kimberly. HEX triplet: 70, 63 and 85. RGB value is (112,99,133). Sum of RGB (Red+Green+Blue) = 112+99+133=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #706385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706385 is #8F9C7A. Grayscale: #6A6A6A. Windows color (decimal): -9411707 or 8741744. OLE color: 8741744.

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

Color convert

RGB 112 99 133 -
CMYK 0.16 0.26 0 0.48
HSL 262.94º 0.15% 0.45% -
HSV(B) 262.94º 0.26% 0.52% -
XYZ 15.38 14.06 24.09 -
YUV 106.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 112 99 133 0.16 0.26 0 0.48 262.94 0.15 0.45
Hex 70 63 85 10 1A 0 30 107 F 2D
Octal 160 143 205 20 32 0 60 407 17 55
Binary 1110000 1100011 10000101 10000 11010 0 110000 100000111 1111 101101

Color Harmonies of #706385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706385

Black with #706385

Text Example


Text Example

White with #706385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706385; }

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

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

background-color css

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

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

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

border-color css

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

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

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