Html Css Color HEX #6B6976 Dolphin

📋 copy color: '#6B6976'

red 107 ◦ green 105 ◦ blue 118

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

Shades of Dolphin #6B6976

Tints of Dolphin #6B6976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 32.42%
G = 31.82%
B = 35.76%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B6976 (or 0x6B6976) is known color: Dolphin. HEX triplet: 6B, 69 and 76. RGB value is (107,105,118). Sum of RGB (Red+Green+Blue) = 107+105+118=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6976 is #949689. Grayscale: #6B6B6B. Windows color (decimal): -9737866 or 7760235. OLE color: 7760235.

HSL color Cylindrical-coordinate representation of color #6B6976: hue angle of 249.23º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B6976 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 105 118 -
CMYK 0.09 0.11 0 0.54
HSL 249.23º 0.06% 0.44% -
HSV(B) 249.23º 0.11% 0.46% -
XYZ 14.39 14.54 19.19 -
YUV 107.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 107 105 118 0.09 0.11 0 0.54 249.23 0.06 0.44
Hex 6B 69 76 9 B 0 36 F9 6 2C
Octal 153 151 166 11 13 0 66 371 6 54
Binary 1101011 1101001 1110110 1001 1011 0 110110 11111001 110 101100

Color Harmonies of #6B6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6976

Black with #6B6976

Text Example


Text Example

White with #6B6976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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