Html Css Color HEX #6A607F Kimberly

📋 copy color: '#6A607F'

red 106 ◦ green 96 ◦ blue 127

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

Shades of Kimberly #6A607F

Tints of Kimberly #6A607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

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

R = 32.22%
G = 29.18%
B = 38.6%

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

#6A607F (or 0x6A607F) is known color: Kimberly. HEX triplet: 6A, 60 and 7F. RGB value is (106,96,127). Sum of RGB (Red+Green+Blue) = 106+96+127=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A607F is #959F80. Grayscale: #666666. Windows color (decimal): -9805697 or 8347754. OLE color: 8347754.

HSL color Cylindrical-coordinate representation of color #6A607F: hue angle of 259.35º degrees, saturation: 0.14, 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 #6A607F is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 106 96 127 -
CMYK 0.17 0.24 0 0.50
HSL 259.35º 0.14% 0.44% -
HSV(B) 259.35º 0.24% 0.5% -
XYZ 13.96 12.96 21.84 -
YUV 102.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 106 96 127 0.17 0.24 0 0.50 259.35 0.14 0.44
Hex 6A 60 7F 11 18 0 32 103 E 2C
Octal 152 140 177 21 30 0 62 403 16 54
Binary 1101010 1100000 1111111 10001 11000 0 110010 100000011 1110 101100

Color Harmonies of #6A607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A607F

Black with #6A607F

Text Example


Text Example

White with #6A607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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