Html Css Color HEX #6D6C7D Dolphin

📋 copy color: '#6D6C7D'

red 109 ◦ green 108 ◦ blue 125

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

Shades of Dolphin #6D6C7D

Tints of Dolphin #6D6C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 31.87%
G = 31.58%
B = 36.55%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D6C7D (or 0x6D6C7D) is known color: Dolphin. HEX triplet: 6D, 6C and 7D. RGB value is (109,108,125). Sum of RGB (Red+Green+Blue) = 109+108+125=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D6C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C7D is #929382. Grayscale: #6E6E6E. Windows color (decimal): -9606019 or 8219757. OLE color: 8219757.

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

Color convert

RGB 109 108 125 -
CMYK 0.13 0.14 0 0.51
HSL 243.53º 0.07% 0.46% -
HSV(B) 243.53º 0.14% 0.49% -
XYZ 15.37 15.46 21.58 -
YUV 110.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 109 108 125 0.13 0.14 0 0.51 243.53 0.07 0.46
Hex 6D 6C 7D D E 0 33 F4 7 2E
Octal 155 154 175 15 16 0 63 364 7 56
Binary 1101101 1101100 1111101 1101 1110 0 110011 11110100 111 101110

Color Harmonies of #6D6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C7D

Black with #6D6C7D

Text Example


Text Example

White with #6D6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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