Html Css Color HEX #70668B Kimberly

📋 copy color: '#70668B'

red 112 ◦ green 102 ◦ blue 139

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

Shades of Kimberly #70668B

Tints of Kimberly #70668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 31.73%
G = 28.9%
B = 39.38%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70668B (or 0x70668B) is known color: Kimberly. HEX triplet: 70, 66 and 8B. RGB value is (112,102,139). Sum of RGB (Red+Green+Blue) = 112+102+139=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #70668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70668B is #8F9974. Grayscale: #6D6D6D. Windows color (decimal): -9410933 or 9135728. OLE color: 9135728.

HSL color Cylindrical-coordinate representation of color #70668B: hue angle of 256.22º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70668B is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 102 139 -
CMYK 0.19 0.27 0 0.45
HSL 256.22º 0.15% 0.47% -
HSV(B) 256.22º 0.27% 0.55% -
XYZ 16.09 14.81 26.44 -
YUV 109.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 112 102 139 0.19 0.27 0 0.45 256.22 0.15 0.47
Hex 70 66 8B 13 1B 0 2D 100 F 2F
Octal 160 146 213 23 33 0 55 400 17 57
Binary 1110000 1100110 10001011 10011 11011 0 101101 100000000 1111 101111

Color Harmonies of #70668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70668B

Black with #70668B

Text Example


Text Example

White with #70668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70668B; }

 p { color: rgb(112,102,139); }

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

background-color css

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

 a { background-color: rgb(112,102,139); }

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

border-color css

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

 span { border-color: rgb(112,102,139); }

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