Html Css Color HEX #6F687C Kimberly

📋 copy color: '#6F687C'

red 111 ◦ green 104 ◦ blue 124

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

Shades of Kimberly #6F687C

Tints of Kimberly #6F687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.68%

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

R = 32.74%
G = 30.68%
B = 36.58%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F687C (or 0x6F687C) is known color: Kimberly. HEX triplet: 6F, 68 and 7C. RGB value is (111,104,124). Sum of RGB (Red+Green+Blue) = 111+104+124=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F687C is #909783. Grayscale: #6C6C6C. Windows color (decimal): -9475972 or 8153199. OLE color: 8153199.

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

Color convert

RGB 111 104 124 -
CMYK 0.10 0.16 0 0.51
HSL 261º 0.09% 0.45% -
HSV(B) 261º 0.16% 0.49% -
XYZ 15.14 14.74 21.11 -
YUV 108.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 111 104 124 0.10 0.16 0 0.51 261 0.09 0.45
Hex 6F 68 7C A 10 0 33 105 9 2D
Octal 157 150 174 12 20 0 63 405 11 55
Binary 1101111 1101000 1111100 1010 10000 0 110011 100000101 1001 101101

Color Harmonies of #6F687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F687C

Black with #6F687C

Text Example


Text Example

White with #6F687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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