Html Css Color HEX #706485 Kimberly

📋 copy color: '#706485'

red 112 ◦ green 100 ◦ blue 133

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

Shades of Kimberly #706485

Tints of Kimberly #706485

RGB

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

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

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

R = 32.46%
G = 28.99%
B = 38.55%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706485 (or 0x706485) is known color: Kimberly. HEX triplet: 70, 64 and 85. RGB value is (112,100,133). Sum of RGB (Red+Green+Blue) = 112+100+133=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #706485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706485 is #8F9B7A. Grayscale: #6B6B6B. Windows color (decimal): -9411451 or 8742000. OLE color: 8742000.

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

Color convert

RGB 112 100 133 -
CMYK 0.16 0.25 0 0.48
HSL 261.82º 0.14% 0.46% -
HSV(B) 261.82º 0.25% 0.52% -
XYZ 15.47 14.25 24.13 -
YUV 107.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 112 100 133 0.16 0.25 0 0.48 261.82 0.14 0.46
Hex 70 64 85 10 19 0 30 106 E 2E
Octal 160 144 205 20 31 0 60 406 16 56
Binary 1110000 1100100 10000101 10000 11001 0 110000 100000110 1110 101110

Color Harmonies of #706485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706485

Black with #706485

Text Example


Text Example

White with #706485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706485; }

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

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

background-color css

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

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

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

border-color css

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

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

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