Html Css Color HEX #696083 Kimberly

📋 copy color: '#696083'

red 105 ◦ green 96 ◦ blue 131

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

Shades of Kimberly #696083

Tints of Kimberly #696083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 31.63%
G = 28.92%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696083 (or 0x696083) is known color: Kimberly. HEX triplet: 69, 60 and 83. RGB value is (105,96,131). Sum of RGB (Red+Green+Blue) = 105+96+131=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #696083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696083 is #969F7C. Grayscale: #666666. Windows color (decimal): -9871229 or 8609897. OLE color: 8609897.

HSL color Cylindrical-coordinate representation of color #696083: hue angle of 255.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696083 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 96 131 -
CMYK 0.20 0.27 0 0.49
HSL 255.43º 0.15% 0.45% -
HSV(B) 255.43º 0.27% 0.51% -
XYZ 14.11 13.01 23.24 -
YUV 102.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 105 96 131 0.20 0.27 0 0.49 255.43 0.15 0.45
Hex 69 60 83 14 1B 0 31 FF F 2D
Octal 151 140 203 24 33 0 61 377 17 55
Binary 1101001 1100000 10000011 10100 11011 0 110001 11111111 1111 101101

Color Harmonies of #696083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696083

Black with #696083

Text Example


Text Example

White with #696083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696083; }

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

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

background-color css

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

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

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

border-color css

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

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

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