Html Css Color HEX #706384 Kimberly

📋 copy color: '#706384'

red 112 ◦ green 99 ◦ blue 132

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

Shades of Kimberly #706384

Tints of Kimberly #706384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 32.65%
G = 28.86%
B = 38.48%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706384 (or 0x706384) is known color: Kimberly. HEX triplet: 70, 63 and 84. RGB value is (112,99,132). Sum of RGB (Red+Green+Blue) = 112+99+132=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #706384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706384 is #8F9C7B. Grayscale: #6A6A6A. Windows color (decimal): -9411708 or 8676208. OLE color: 8676208.

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

Color convert

RGB 112 99 132 -
CMYK 0.15 0.25 0 0.48
HSL 263.64º 0.14% 0.45% -
HSV(B) 263.64º 0.25% 0.52% -
XYZ 15.31 14.03 23.73 -
YUV 106.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 112 99 132 0.15 0.25 0 0.48 263.64 0.14 0.45
Hex 70 63 84 F 19 0 30 108 E 2D
Octal 160 143 204 17 31 0 60 410 16 55
Binary 1110000 1100011 10000100 1111 11001 0 110000 100001000 1110 101101

Color Harmonies of #706384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706384

Black with #706384

Text Example


Text Example

White with #706384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706384; }

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

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

background-color css

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

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

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

border-color css

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

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

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