Html Css Color HEX #706283 Kimberly

📋 copy color: '#706283'

red 112 ◦ green 98 ◦ blue 131

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

Shades of Kimberly #706283

Tints of Kimberly #706283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

 BLUE value IS 131 (51.56% from 255) = 38.42%

R = 32.84%
G = 28.74%
B = 38.42%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706283 (or 0x706283) is known color: Kimberly. HEX triplet: 70, 62 and 83. RGB value is (112,98,131). Sum of RGB (Red+Green+Blue) = 112+98+131=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #706283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706283 is #8F9D7C. Grayscale: #696969. Windows color (decimal): -9411965 or 8610416. OLE color: 8610416.

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

Color convert

RGB 112 98 131 -
CMYK 0.15 0.25 0 0.49
HSL 265.45º 0.14% 0.45% -
HSV(B) 265.45º 0.25% 0.51% -
XYZ 15.15 13.82 23.34 -
YUV 105.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 112 98 131 0.15 0.25 0 0.49 265.45 0.14 0.45
Hex 70 62 83 F 19 0 31 109 E 2D
Octal 160 142 203 17 31 0 61 411 16 55
Binary 1110000 1100010 10000011 1111 11001 0 110001 100001001 1110 101101

Color Harmonies of #706283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706283

Black with #706283

Text Example


Text Example

White with #706283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706283; }

 p { color: rgb(112,98,131); }

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

background-color css

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

 a { background-color: rgb(112,98,131); }

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

border-color css

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

 span { border-color: rgb(112,98,131); }

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