Html Css Color HEX #6C607F Kimberly

📋 copy color: '#6C607F'

red 108 ◦ green 96 ◦ blue 127

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

Shades of Kimberly #6C607F

Tints of Kimberly #6C607F

RGB

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

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

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

R = 32.63%
G = 29%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C607F (or 0x6C607F) is known color: Kimberly. HEX triplet: 6C, 60 and 7F. RGB value is (108,96,127). Sum of RGB (Red+Green+Blue) = 108+96+127=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C607F is #939F80. Grayscale: #676767. Windows color (decimal): -9674625 or 8347756. OLE color: 8347756.

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

Color convert

RGB 108 96 127 -
CMYK 0.15 0.24 0 0.50
HSL 263.23º 0.14% 0.44% -
HSV(B) 263.23º 0.24% 0.5% -
XYZ 14.2 13.09 21.86 -
YUV 103.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 108 96 127 0.15 0.24 0 0.50 263.23 0.14 0.44
Hex 6C 60 7F F 18 0 32 107 E 2C
Octal 154 140 177 17 30 0 62 407 16 54
Binary 1101100 1100000 1111111 1111 11000 0 110010 100000111 1110 101100

Color Harmonies of #6C607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C607F

Black with #6C607F

Text Example


Text Example

White with #6C607F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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