Html Css Color HEX #6A677E Dolphin

📋 copy color: '#6A677E'

red 106 ◦ green 103 ◦ blue 126

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

Shades of Dolphin #6A677E

Tints of Dolphin #6A677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 31.64%
G = 30.75%
B = 37.61%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A677E (or 0x6A677E) is known color: Dolphin. HEX triplet: 6A, 67 and 7E. RGB value is (106,103,126). Sum of RGB (Red+Green+Blue) = 106+103+126=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A677E is #959881. Grayscale: #6A6A6A. Windows color (decimal): -9803906 or 8284010. OLE color: 8284010.

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

Color convert

RGB 106 103 126 -
CMYK 0.16 0.18 0 0.51
HSL 247.83º 0.1% 0.45% -
HSV(B) 247.83º 0.18% 0.49% -
XYZ 14.56 14.27 21.73 -
YUV 106.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 106 103 126 0.16 0.18 0 0.51 247.83 0.1 0.45
Hex 6A 67 7E 10 12 0 33 F8 A 2D
Octal 152 147 176 20 22 0 63 370 12 55
Binary 1101010 1100111 1111110 10000 10010 0 110011 11111000 1010 101101

Color Harmonies of #6A677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A677E

Black with #6A677E

Text Example


Text Example

White with #6A677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,103,126); }

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

background-color css

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

 a { background-color: rgb(106,103,126); }

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

border-color css

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

 span { border-color: rgb(106,103,126); }

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