Html Css Color HEX #6F677C Kimberly

📋 copy color: '#6F677C'

red 111 ◦ green 103 ◦ blue 124

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

Shades of Kimberly #6F677C

Tints of Kimberly #6F677C

RGB

 RED value IS 111 (43.75% from 255) = 32.84%

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 32.84%
G = 30.47%
B = 36.69%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F677C (or 0x6F677C) is known color: Kimberly. HEX triplet: 6F, 67 and 7C. RGB value is (111,103,124). Sum of RGB (Red+Green+Blue) = 111+103+124=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F677C is #909883. Grayscale: #6B6B6B. Windows color (decimal): -9476228 or 8152943. OLE color: 8152943.

HSL color Cylindrical-coordinate representation of color #6F677C: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F677C is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 103 124 -
CMYK 0.10 0.17 0 0.51
HSL 262.86º 0.09% 0.45% -
HSV(B) 262.86º 0.17% 0.49% -
XYZ 15.04 14.54 21.08 -
YUV 107.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 111 103 124 0.10 0.17 0 0.51 262.86 0.09 0.45
Hex 6F 67 7C A 11 0 33 107 9 2D
Octal 157 147 174 12 21 0 63 407 11 55
Binary 1101111 1100111 1111100 1010 10001 0 110011 100000111 1001 101101

Color Harmonies of #6F677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F677C

Black with #6F677C

Text Example


Text Example

White with #6F677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,103,124); }

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

background-color css

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

 a { background-color: rgb(111,103,124); }

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

border-color css

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

 span { border-color: rgb(111,103,124); }

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