Html Css Color HEX #70668C Kimberly

📋 copy color: '#70668C'

red 112 ◦ green 102 ◦ blue 140

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

Shades of Kimberly #70668C

Tints of Kimberly #70668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 31.64%
G = 28.81%
B = 39.55%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70668C (or 0x70668C) is known color: Kimberly. HEX triplet: 70, 66 and 8C. RGB value is (112,102,140). Sum of RGB (Red+Green+Blue) = 112+102+140=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #70668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70668C is #8F9973. Grayscale: #6D6D6D. Windows color (decimal): -9410932 or 9201264. OLE color: 9201264.

HSL color Cylindrical-coordinate representation of color #70668C: hue angle of 255.79º degrees, saturation: 0.16, 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 #70668C is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 102 140 -
CMYK 0.20 0.27 0 0.45
HSL 255.79º 0.16% 0.47% -
HSV(B) 255.79º 0.27% 0.55% -
XYZ 16.17 14.84 26.82 -
YUV 109.32 145.31 129.91 -
System Red Green Blue C M Y K H S L
Decimal 112 102 140 0.20 0.27 0 0.45 255.79 0.16 0.47
Hex 70 66 8C 14 1B 0 2D 100 10 2F
Octal 160 146 214 24 33 0 55 400 20 57
Binary 1110000 1100110 10001100 10100 11011 0 101101 100000000 10000 101111

Color Harmonies of #70668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70668C

Black with #70668C

Text Example


Text Example

White with #70668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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