Html Css Color HEX #6A677B Dolphin

📋 copy color: '#6A677B'

red 106 ◦ green 103 ◦ blue 123

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

Shades of Dolphin #6A677B

Tints of Dolphin #6A677B

RGB

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

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

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

R = 31.93%
G = 31.02%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6A677B (or 0x6A677B) is known color: Dolphin. HEX triplet: 6A, 67 and 7B. RGB value is (106,103,123). Sum of RGB (Red+Green+Blue) = 106+103+123=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A677B is #959884. Grayscale: #6A6A6A. Windows color (decimal): -9803909 or 8087402. OLE color: 8087402.

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

Color convert

RGB 106 103 123 -
CMYK 0.14 0.16 0 0.52
HSL 249º 0.09% 0.44% -
HSV(B) 249º 0.16% 0.48% -
XYZ 14.37 14.19 20.72 -
YUV 106.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 106 103 123 0.14 0.16 0 0.52 249 0.09 0.44
Hex 6A 67 7B E 10 0 34 F9 9 2C
Octal 152 147 173 16 20 0 64 371 11 54
Binary 1101010 1100111 1111011 1110 10000 0 110100 11111001 1001 101100

Color Harmonies of #6A677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A677B

Black with #6A677B

Text Example


Text Example

White with #6A677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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