Html Css Color HEX #6C677A Dolphin

📋 copy color: '#6C677A'

red 108 ◦ green 103 ◦ blue 122

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

Shades of Dolphin #6C677A

Tints of Dolphin #6C677A

RGB

 RED value IS 108 (42.58% from 255) = 32.43%

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

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 32.43%
G = 30.93%
B = 36.64%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6C677A (or 0x6C677A) is known color: Dolphin. HEX triplet: 6C, 67 and 7A. RGB value is (108,103,122). Sum of RGB (Red+Green+Blue) = 108+103+122=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C677A is #939885. Grayscale: #6A6A6A. Windows color (decimal): -9672838 or 8021868. OLE color: 8021868.

HSL color Cylindrical-coordinate representation of color #6C677A: hue angle of 255.79º degrees, saturation: 0.08, 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 #6C677A is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 108 103 122 -
CMYK 0.11 0.16 0 0.52
HSL 255.79º 0.08% 0.44% -
HSV(B) 255.79º 0.16% 0.48% -
XYZ 14.55 14.29 20.4 -
YUV 106.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 108 103 122 0.11 0.16 0 0.52 255.79 0.08 0.44
Hex 6C 67 7A B 10 0 34 100 8 2C
Octal 154 147 172 13 20 0 64 400 10 54
Binary 1101100 1100111 1111010 1011 10000 0 110100 100000000 1000 101100

Color Harmonies of #6C677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C677A

Black with #6C677A

Text Example


Text Example

White with #6C677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,122); }

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

background-color css

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

 a { background-color: rgb(108,103,122); }

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

border-color css

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

 span { border-color: rgb(108,103,122); }

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