Html Css Color HEX #706783 Kimberly

📋 copy color: '#706783'

red 112 ◦ green 103 ◦ blue 131

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

Shades of Kimberly #706783

Tints of Kimberly #706783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 32.37%
G = 29.77%
B = 37.86%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#706783 (or 0x706783) is known color: Kimberly. HEX triplet: 70, 67 and 83. RGB value is (112,103,131). Sum of RGB (Red+Green+Blue) = 112+103+131=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #706783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706783 is #8F987C. Grayscale: #6C6C6C. Windows color (decimal): -9410685 or 8611696. OLE color: 8611696.

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

Color convert

RGB 112 103 131 -
CMYK 0.15 0.21 0 0.49
HSL 259.29º 0.12% 0.46% -
HSV(B) 259.29º 0.21% 0.51% -
XYZ 15.63 14.78 23.5 -
YUV 108.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 112 103 131 0.15 0.21 0 0.49 259.29 0.12 0.46
Hex 70 67 83 F 15 0 31 103 C 2E
Octal 160 147 203 17 25 0 61 403 14 56
Binary 1110000 1100111 10000011 1111 10101 0 110001 100000011 1100 101110

Color Harmonies of #706783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706783

Black with #706783

Text Example


Text Example

White with #706783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706783; }

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

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

background-color css

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

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

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

border-color css

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

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

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