Html Css Color HEX #6A617F Kimberly

📋 copy color: '#6A617F'

red 106 ◦ green 97 ◦ blue 127

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

Shades of Kimberly #6A617F

Tints of Kimberly #6A617F

RGB

 RED value IS 106 (41.8% from 255) = 32.12%

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 127 (50% from 255) = 38.48%

R = 32.12%
G = 29.39%
B = 38.48%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6A617F (or 0x6A617F) is known color: Kimberly. HEX triplet: 6A, 61 and 7F. RGB value is (106,97,127). Sum of RGB (Red+Green+Blue) = 106+97+127=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A617F is #959E80. Grayscale: #676767. Windows color (decimal): -9805441 or 8348010. OLE color: 8348010.

HSL color Cylindrical-coordinate representation of color #6A617F: hue angle of 258º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A617F is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 97 127 -
CMYK 0.17 0.24 0 0.50
HSL 258º 0.13% 0.44% -
HSV(B) 258º 0.24% 0.5% -
XYZ 14.05 13.15 21.88 -
YUV 103.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 106 97 127 0.17 0.24 0 0.50 258 0.13 0.44
Hex 6A 61 7F 11 18 0 32 102 D 2C
Octal 152 141 177 21 30 0 62 402 15 54
Binary 1101010 1100001 1111111 10001 11000 0 110010 100000010 1101 101100

Color Harmonies of #6A617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A617F

Black with #6A617F

Text Example


Text Example

White with #6A617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A617F; }

 p { color: rgb(106,97,127); }

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

background-color css

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

 a { background-color: rgb(106,97,127); }

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

border-color css

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

 span { border-color: rgb(106,97,127); }

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