Html Css Color HEX #696078 Kimberly

📋 copy color: '#696078'

red 105 ◦ green 96 ◦ blue 120

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

Shades of Kimberly #696078

Tints of Kimberly #696078

RGB

 RED value IS 105 (41.41% from 255) = 32.71%

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 32.71%
G = 29.91%
B = 37.38%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696078 (or 0x696078) is known color: Kimberly. HEX triplet: 69, 60 and 78. RGB value is (105,96,120). Sum of RGB (Red+Green+Blue) = 105+96+120=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #696078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696078 is #969F87. Grayscale: #656565. Windows color (decimal): -9871240 or 7889001. OLE color: 7889001.

HSL color Cylindrical-coordinate representation of color #696078: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696078 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 96 120 -
CMYK 0.13 0.2 0 0.53
HSL 262.5º 0.11% 0.42% -
HSV(B) 262.5º 0.2% 0.47% -
XYZ 13.4 12.73 19.52 -
YUV 101.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 105 96 120 0.13 0.2 0 0.53 262.5 0.11 0.42
Hex 69 60 78 D 14 0 35 106 B 2A
Octal 151 140 170 15 24 0 65 406 13 52
Binary 1101001 1100000 1111000 1101 10100 0 110101 100000110 1011 101010

Color Harmonies of #696078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696078

Black with #696078

Text Example


Text Example

White with #696078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696078; }

 p { color: rgb(105,96,120); }

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

background-color css

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

 a { background-color: rgb(105,96,120); }

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

border-color css

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

 span { border-color: rgb(105,96,120); }

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