Html Css Color HEX #706788 Kimberly

📋 copy color: '#706788'

red 112 ◦ green 103 ◦ blue 136

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

Shades of Kimberly #706788

Tints of Kimberly #706788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 31.91%
G = 29.34%
B = 38.75%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706788 (or 0x706788) is known color: Kimberly. HEX triplet: 70, 67 and 88. RGB value is (112,103,136). Sum of RGB (Red+Green+Blue) = 112+103+136=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #706788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706788 is #8F9877. Grayscale: #6D6D6D. Windows color (decimal): -9410680 or 8939376. OLE color: 8939376.

HSL color Cylindrical-coordinate representation of color #706788: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706788 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 103 136 -
CMYK 0.18 0.24 0 0.47
HSL 256.36º 0.14% 0.47% -
HSV(B) 256.36º 0.24% 0.53% -
XYZ 15.98 14.92 25.33 -
YUV 109.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 112 103 136 0.18 0.24 0 0.47 256.36 0.14 0.47
Hex 70 67 88 12 18 0 2F 100 E 2F
Octal 160 147 210 22 30 0 57 400 16 57
Binary 1110000 1100111 10001000 10010 11000 0 101111 100000000 1110 101111

Color Harmonies of #706788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706788

Black with #706788

Text Example


Text Example

White with #706788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706788; }

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

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

background-color css

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

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

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

border-color css

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

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

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