Html Css Color HEX #696483 Kimberly

📋 copy color: '#696483'

red 105 ◦ green 100 ◦ blue 131

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

Shades of Kimberly #696483

Tints of Kimberly #696483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 31.25%
G = 29.76%
B = 38.99%

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

#696483 (or 0x696483) is known color: Kimberly. HEX triplet: 69, 64 and 83. RGB value is (105,100,131). Sum of RGB (Red+Green+Blue) = 105+100+131=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #696483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696483 is #969B7C. Grayscale: #686868. Windows color (decimal): -9870205 or 8610921. OLE color: 8610921.

HSL color Cylindrical-coordinate representation of color #696483: hue angle of 249.68º degrees, saturation: 0.13, 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 #696483 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 100 131 -
CMYK 0.20 0.24 0 0.49
HSL 249.68º 0.13% 0.45% -
HSV(B) 249.68º 0.24% 0.51% -
XYZ 14.48 13.76 23.36 -
YUV 105.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 105 100 131 0.20 0.24 0 0.49 249.68 0.13 0.45
Hex 69 64 83 14 18 0 31 FA D 2D
Octal 151 144 203 24 30 0 61 372 15 55
Binary 1101001 1100100 10000011 10100 11000 0 110001 11111010 1101 101101

Color Harmonies of #696483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696483

Black with #696483

Text Example


Text Example

White with #696483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696483; }

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

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

background-color css

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

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

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

border-color css

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

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

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