Html Css Color HEX #6B687C Dolphin

📋 copy color: '#6B687C'

red 107 ◦ green 104 ◦ blue 124

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

Shades of Dolphin #6B687C

Tints of Dolphin #6B687C

RGB

 RED value IS 107 (42.19% from 255) = 31.94%

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

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

R = 31.94%
G = 31.04%
B = 37.01%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B687C (or 0x6B687C) is known color: Dolphin. HEX triplet: 6B, 68 and 7C. RGB value is (107,104,124). Sum of RGB (Red+Green+Blue) = 107+104+124=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B687C is #949783. Grayscale: #6B6B6B. Windows color (decimal): -9738116 or 8153195. OLE color: 8153195.

HSL color Cylindrical-coordinate representation of color #6B687C: hue angle of 249º 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 #6B687C is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 104 124 -
CMYK 0.14 0.16 0 0.51
HSL 249º 0.09% 0.45% -
HSV(B) 249º 0.16% 0.49% -
XYZ 14.65 14.48 21.09 -
YUV 107.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 107 104 124 0.14 0.16 0 0.51 249 0.09 0.45
Hex 6B 68 7C E 10 0 33 F9 9 2D
Octal 153 150 174 16 20 0 63 371 11 55
Binary 1101011 1101000 1111100 1110 10000 0 110011 11111001 1001 101101

Color Harmonies of #6B687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B687C

Black with #6B687C

Text Example


Text Example

White with #6B687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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