Html Css Color HEX #6A667E Dolphin

📋 copy color: '#6A667E'

red 106 ◦ green 102 ◦ blue 126

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

Shades of Dolphin #6A667E

Tints of Dolphin #6A667E

RGB

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

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

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

R = 31.74%
G = 30.54%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A667E (or 0x6A667E) is known color: Dolphin. HEX triplet: 6A, 66 and 7E. RGB value is (106,102,126). Sum of RGB (Red+Green+Blue) = 106+102+126=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #6A667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A667E is #959981. Grayscale: #696969. Windows color (decimal): -9804162 or 8283754. OLE color: 8283754.

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

Color convert

RGB 106 102 126 -
CMYK 0.16 0.19 0 0.51
HSL 250º 0.11% 0.45% -
HSV(B) 250º 0.19% 0.49% -
XYZ 14.46 14.07 21.69 -
YUV 105.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 106 102 126 0.16 0.19 0 0.51 250 0.11 0.45
Hex 6A 66 7E 10 13 0 33 FA B 2D
Octal 152 146 176 20 23 0 63 372 13 55
Binary 1101010 1100110 1111110 10000 10011 0 110011 11111010 1011 101101

Color Harmonies of #6A667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A667E

Black with #6A667E

Text Example


Text Example

White with #6A667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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