Html Css Color HEX #6C607D Kimberly

📋 copy color: '#6C607D'

red 108 ◦ green 96 ◦ blue 125

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

Shades of Kimberly #6C607D

Tints of Kimberly #6C607D

RGB

 RED value IS 108 (42.58% from 255) = 32.83%

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

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 32.83%
G = 29.18%
B = 37.99%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C607D (or 0x6C607D) is known color: Kimberly. HEX triplet: 6C, 60 and 7D. RGB value is (108,96,125). Sum of RGB (Red+Green+Blue) = 108+96+125=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #6C607D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C607D is #939F82. Grayscale: #666666. Windows color (decimal): -9674627 or 8216684. OLE color: 8216684.

HSL color Cylindrical-coordinate representation of color #6C607D: hue angle of 264.83º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C607D is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 108 96 125 -
CMYK 0.14 0.23 0 0.51
HSL 264.83º 0.13% 0.43% -
HSV(B) 264.83º 0.23% 0.49% -
XYZ 14.07 13.03 21.18 -
YUV 102.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 108 96 125 0.14 0.23 0 0.51 264.83 0.13 0.43
Hex 6C 60 7D E 17 0 33 109 D 2B
Octal 154 140 175 16 27 0 63 411 15 53
Binary 1101100 1100000 1111101 1110 10111 0 110011 100001001 1101 101011

Color Harmonies of #6C607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C607D

Black with #6C607D

Text Example


Text Example

White with #6C607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,125); }

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

background-color css

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

 a { background-color: rgb(108,96,125); }

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

border-color css

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

 span { border-color: rgb(108,96,125); }

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