Html Css Color HEX #696383 Kimberly

📋 copy color: '#696383'

red 105 ◦ green 99 ◦ blue 131

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

Shades of Kimberly #696383

Tints of Kimberly #696383

RGB

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

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

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

R = 31.34%
G = 29.55%
B = 39.1%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696383 (or 0x696383) is known color: Kimberly. HEX triplet: 69, 63 and 83. RGB value is (105,99,131). Sum of RGB (Red+Green+Blue) = 105+99+131=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 131 - color contains mainly: blue. Hex color #696383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696383 is #969C7C. Grayscale: #686868. Windows color (decimal): -9870461 or 8610665. OLE color: 8610665.

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

Color convert

RGB 105 99 131 -
CMYK 0.20 0.24 0 0.49
HSL 251.25º 0.14% 0.45% -
HSV(B) 251.25º 0.24% 0.51% -
XYZ 14.38 13.57 23.33 -
YUV 104.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 105 99 131 0.20 0.24 0 0.49 251.25 0.14 0.45
Hex 69 63 83 14 18 0 31 FB E 2D
Octal 151 143 203 24 30 0 61 373 16 55
Binary 1101001 1100011 10000011 10100 11000 0 110001 11111011 1110 101101

Color Harmonies of #696383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696383

Black with #696383

Text Example


Text Example

White with #696383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696383; }

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

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

background-color css

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

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

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

border-color css

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

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

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