Html Css Color HEX #70638C Kimberly

📋 copy color: '#70638C'

red 112 ◦ green 99 ◦ blue 140

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

Shades of Kimberly #70638C

Tints of Kimberly #70638C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 31.91%
G = 28.21%
B = 39.89%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70638C (or 0x70638C) is known color: Kimberly. HEX triplet: 70, 63 and 8C. RGB value is (112,99,140). Sum of RGB (Red+Green+Blue) = 112+99+140=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #70638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70638C is #8F9C73. Grayscale: #6B6B6B. Windows color (decimal): -9411700 or 9200496. OLE color: 9200496.

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

Color convert

RGB 112 99 140 -
CMYK 0.20 0.29 0 0.45
HSL 259.02º 0.17% 0.47% -
HSV(B) 259.02º 0.29% 0.55% -
XYZ 15.88 14.26 26.73 -
YUV 107.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 112 99 140 0.20 0.29 0 0.45 259.02 0.17 0.47
Hex 70 63 8C 14 1D 0 2D 103 11 2F
Octal 160 143 214 24 35 0 55 403 21 57
Binary 1110000 1100011 10001100 10100 11101 0 101101 100000011 10001 101111

Color Harmonies of #70638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70638C

Black with #70638C

Text Example


Text Example

White with #70638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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