Html Css Color HEX #6B677A Dolphin

📋 copy color: '#6B677A'

red 107 ◦ green 103 ◦ blue 122

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

Shades of Dolphin #6B677A

Tints of Dolphin #6B677A

RGB

 RED value IS 107 (42.19% from 255) = 32.23%

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

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

R = 32.23%
G = 31.02%
B = 36.75%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B677A (or 0x6B677A) is known color: Dolphin. HEX triplet: 6B, 67 and 7A. RGB value is (107,103,122). Sum of RGB (Red+Green+Blue) = 107+103+122=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B677A is #949885. Grayscale: #6A6A6A. Windows color (decimal): -9738374 or 8021867. OLE color: 8021867.

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

Color convert

RGB 107 103 122 -
CMYK 0.12 0.16 0 0.52
HSL 252.63º 0.08% 0.44% -
HSV(B) 252.63º 0.16% 0.48% -
XYZ 14.43 14.23 20.4 -
YUV 106.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 107 103 122 0.12 0.16 0 0.52 252.63 0.08 0.44
Hex 6B 67 7A C 10 0 34 FD 8 2C
Octal 153 147 172 14 20 0 64 375 10 54
Binary 1101011 1100111 1111010 1100 10000 0 110100 11111101 1000 101100

Color Harmonies of #6B677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B677A

Black with #6B677A

Text Example


Text Example

White with #6B677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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