Html Css Color HEX #6D6C7C Dolphin

📋 copy color: '#6D6C7C'

red 109 ◦ green 108 ◦ blue 124

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

Shades of Dolphin #6D6C7C

Tints of Dolphin #6D6C7C

RGB

 RED value IS 109 (42.97% from 255) = 31.96%

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 31.96%
G = 31.67%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D6C7C (or 0x6D6C7C) is known color: Dolphin. HEX triplet: 6D, 6C and 7C. RGB value is (109,108,124). Sum of RGB (Red+Green+Blue) = 109+108+124=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D6C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C7C is #929383. Grayscale: #6E6E6E. Windows color (decimal): -9606020 or 8154221. OLE color: 8154221.

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

Color convert

RGB 109 108 124 -
CMYK 0.12 0.13 0 0.51
HSL 243.75º 0.07% 0.45% -
HSV(B) 243.75º 0.13% 0.49% -
XYZ 15.31 15.43 21.24 -
YUV 110.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 109 108 124 0.12 0.13 0 0.51 243.75 0.07 0.45
Hex 6D 6C 7C C D 0 33 F4 7 2D
Octal 155 154 174 14 15 0 63 364 7 55
Binary 1101101 1101100 1111100 1100 1101 0 110011 11110100 111 101101

Color Harmonies of #6D6C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C7C

Black with #6D6C7C

Text Example


Text Example

White with #6D6C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,124); }

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

background-color css

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

 a { background-color: rgb(109,108,124); }

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

border-color css

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

 span { border-color: rgb(109,108,124); }

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