Html Css Color HEX #6B6977 Dolphin

📋 copy color: '#6B6977'

red 107 ◦ green 105 ◦ blue 119

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

Shades of Dolphin #6B6977

Tints of Dolphin #6B6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 32.33%
G = 31.72%
B = 35.95%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B6977 (or 0x6B6977) is known color: Dolphin. HEX triplet: 6B, 69 and 77. RGB value is (107,105,119). Sum of RGB (Red+Green+Blue) = 107+105+119=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6977 is #949688. Grayscale: #6B6B6B. Windows color (decimal): -9737865 or 7825771. OLE color: 7825771.

HSL color Cylindrical-coordinate representation of color #6B6977: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B6977 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 105 119 -
CMYK 0.10 0.12 0 0.53
HSL 248.57º 0.06% 0.44% -
HSV(B) 248.57º 0.12% 0.47% -
XYZ 14.44 14.56 19.5 -
YUV 107.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 107 105 119 0.10 0.12 0 0.53 248.57 0.06 0.44
Hex 6B 69 77 A C 0 35 F9 6 2C
Octal 153 151 167 12 14 0 65 371 6 54
Binary 1101011 1101001 1110111 1010 1100 0 110101 11111001 110 101100

Color Harmonies of #6B6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6977

Black with #6B6977

Text Example


Text Example

White with #6B6977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,119); }

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

background-color css

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

 a { background-color: rgb(107,105,119); }

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

border-color css

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

 span { border-color: rgb(107,105,119); }

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