Html Css Color HEX #696284 Kimberly

📋 copy color: '#696284'

red 105 ◦ green 98 ◦ blue 132

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

Shades of Kimberly #696284

Tints of Kimberly #696284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 132 (51.95% from 255) = 39.4%

R = 31.34%
G = 29.25%
B = 39.4%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696284 (or 0x696284) is known color: Kimberly. HEX triplet: 69, 62 and 84. RGB value is (105,98,132). Sum of RGB (Red+Green+Blue) = 105+98+132=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #696284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696284 is #969D7B. Grayscale: #676767. Windows color (decimal): -9870716 or 8675945. OLE color: 8675945.

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

Color convert

RGB 105 98 132 -
CMYK 0.20 0.26 0 0.48
HSL 252.35º 0.15% 0.45% -
HSV(B) 252.35º 0.26% 0.52% -
XYZ 14.36 13.4 23.66 -
YUV 103.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 105 98 132 0.20 0.26 0 0.48 252.35 0.15 0.45
Hex 69 62 84 14 1A 0 30 FC F 2D
Octal 151 142 204 24 32 0 60 374 17 55
Binary 1101001 1100010 10000100 10100 11010 0 110000 11111100 1111 101101

Color Harmonies of #696284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696284

Black with #696284

Text Example


Text Example

White with #696284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696284; }

 p { color: rgb(105,98,132); }

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

background-color css

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

 a { background-color: rgb(105,98,132); }

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

border-color css

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

 span { border-color: rgb(105,98,132); }

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