Html Css Color HEX #6D667B Dolphin

📋 copy color: '#6D667B'

red 109 ◦ green 102 ◦ blue 123

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

Shades of Dolphin #6D667B

Tints of Dolphin #6D667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 32.63%
G = 30.54%
B = 36.83%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6D667B (or 0x6D667B) is known color: Dolphin. HEX triplet: 6D, 66 and 7B. RGB value is (109,102,123). Sum of RGB (Red+Green+Blue) = 109+102+123=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #6D667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D667B is #929984. Grayscale: #6A6A6A. Windows color (decimal): -9607557 or 8087149. OLE color: 8087149.

HSL color Cylindrical-coordinate representation of color #6D667B: hue angle of 260º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D667B is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 102 123 -
CMYK 0.11 0.17 0 0.52
HSL 260º 0.09% 0.44% -
HSV(B) 260º 0.17% 0.48% -
XYZ 14.63 14.18 20.71 -
YUV 106.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 109 102 123 0.11 0.17 0 0.52 260 0.09 0.44
Hex 6D 66 7B B 11 0 34 104 9 2C
Octal 155 146 173 13 21 0 64 404 11 54
Binary 1101101 1100110 1111011 1011 10001 0 110100 100000100 1001 101100

Color Harmonies of #6D667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D667B

Black with #6D667B

Text Example


Text Example

White with #6D667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,123); }

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

background-color css

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

 a { background-color: rgb(109,102,123); }

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

border-color css

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

 span { border-color: rgb(109,102,123); }

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