Html Css Color HEX #69587C Kimberly

📋 copy color: '#69587C'

red 105 ◦ green 88 ◦ blue 124

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

Shades of Kimberly #69587C

Tints of Kimberly #69587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 33.12%
G = 27.76%
B = 39.12%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69587C (or 0x69587C) is known color: Kimberly. HEX triplet: 69, 58 and 7C. RGB value is (105,88,124). Sum of RGB (Red+Green+Blue) = 105+88+124=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #69587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69587C is #96A783. Grayscale: #616161. Windows color (decimal): -9873284 or 8149097. OLE color: 8149097.

HSL color Cylindrical-coordinate representation of color #69587C: hue angle of 268.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69587C is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 88 124 -
CMYK 0.15 0.29 0 0.51
HSL 268.33º 0.17% 0.42% -
HSV(B) 268.33º 0.29% 0.49% -
XYZ 12.95 11.44 20.59 -
YUV 97.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 105 88 124 0.15 0.29 0 0.51 268.33 0.17 0.42
Hex 69 58 7C F 1D 0 33 10C 11 2A
Octal 151 130 174 17 35 0 63 414 21 52
Binary 1101001 1011000 1111100 1111 11101 0 110011 100001100 10001 101010

Color Harmonies of #69587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69587C

Black with #69587C

Text Example


Text Example

White with #69587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69587C; }

 p { color: rgb(105,88,124); }

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

background-color css

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

 a { background-color: rgb(105,88,124); }

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

border-color css

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

 span { border-color: rgb(105,88,124); }

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