Html Css Color HEX #70678C Kimberly

📋 copy color: '#70678C'

red 112 ◦ green 103 ◦ blue 140

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

Shades of Kimberly #70678C

Tints of Kimberly #70678C

RGB

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

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

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

R = 31.55%
G = 29.01%
B = 39.44%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70678C (or 0x70678C) is known color: Kimberly. HEX triplet: 70, 67 and 8C. RGB value is (112,103,140). Sum of RGB (Red+Green+Blue) = 112+103+140=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #70678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70678C is #8F9873. Grayscale: #6D6D6D. Windows color (decimal): -9410676 or 9201520. OLE color: 9201520.

HSL color Cylindrical-coordinate representation of color #70678C: hue angle of 254.59º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70678C is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 103 140 -
CMYK 0.20 0.26 0 0.45
HSL 254.59º 0.15% 0.48% -
HSV(B) 254.59º 0.26% 0.55% -
XYZ 16.27 15.04 26.86 -
YUV 109.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 112 103 140 0.20 0.26 0 0.45 254.59 0.15 0.48
Hex 70 67 8C 14 1A 0 2D FF F 30
Octal 160 147 214 24 32 0 55 377 17 60
Binary 1110000 1100111 10001100 10100 11010 0 101101 11111111 1111 110000

Color Harmonies of #70678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70678C

Black with #70678C

Text Example


Text Example

White with #70678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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