Html Css Color HEX #6A687D Dolphin

📋 copy color: '#6A687D'

red 106 ◦ green 104 ◦ blue 125

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

Shades of Dolphin #6A687D

Tints of Dolphin #6A687D

RGB

 RED value IS 106 (41.8% from 255) = 31.64%

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

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

R = 31.64%
G = 31.04%
B = 37.31%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A687D (or 0x6A687D) is known color: Dolphin. HEX triplet: 6A, 68 and 7D. RGB value is (106,104,125). Sum of RGB (Red+Green+Blue) = 106+104+125=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A687D is #959782. Grayscale: #6A6A6A. Windows color (decimal): -9803651 or 8218730. OLE color: 8218730.

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

Color convert

RGB 106 104 125 -
CMYK 0.15 0.17 0 0.51
HSL 245.71º 0.09% 0.45% -
HSV(B) 245.71º 0.17% 0.49% -
XYZ 14.6 14.45 21.42 -
YUV 106.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 106 104 125 0.15 0.17 0 0.51 245.71 0.09 0.45
Hex 6A 68 7D F 11 0 33 F6 9 2D
Octal 152 150 175 17 21 0 63 366 11 55
Binary 1101010 1101000 1111101 1111 10001 0 110011 11110110 1001 101101

Color Harmonies of #6A687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A687D

Black with #6A687D

Text Example


Text Example

White with #6A687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,104,125); }

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

background-color css

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

 a { background-color: rgb(106,104,125); }

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

border-color css

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

 span { border-color: rgb(106,104,125); }

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