Html Css Color HEX #706484 Kimberly

📋 copy color: '#706484'

red 112 ◦ green 100 ◦ blue 132

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

Shades of Kimberly #706484

Tints of Kimberly #706484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

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

R = 32.56%
G = 29.07%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706484 (or 0x706484) is known color: Kimberly. HEX triplet: 70, 64 and 84. RGB value is (112,100,132). Sum of RGB (Red+Green+Blue) = 112+100+132=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #706484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706484 is #8F9B7B. Grayscale: #6B6B6B. Windows color (decimal): -9411452 or 8676464. OLE color: 8676464.

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

Color convert

RGB 112 100 132 -
CMYK 0.15 0.24 0 0.48
HSL 262.5º 0.14% 0.45% -
HSV(B) 262.5º 0.24% 0.52% -
XYZ 15.4 14.23 23.76 -
YUV 107.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 112 100 132 0.15 0.24 0 0.48 262.5 0.14 0.45
Hex 70 64 84 F 18 0 30 106 E 2D
Octal 160 144 204 17 30 0 60 406 16 55
Binary 1110000 1100100 10000100 1111 11000 0 110000 100000110 1110 101101

Color Harmonies of #706484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706484

Black with #706484

Text Example


Text Example

White with #706484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706484; }

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

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

background-color css

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

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

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

border-color css

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

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

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