Html Css Color HEX #6B6876 Dolphin

📋 copy color: '#6B6876'

red 107 ◦ green 104 ◦ blue 118

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

Shades of Dolphin #6B6876

Tints of Dolphin #6B6876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 32.52%
G = 31.61%
B = 35.87%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B6876 (or 0x6B6876) is known color: Dolphin. HEX triplet: 6B, 68 and 76. RGB value is (107,104,118). Sum of RGB (Red+Green+Blue) = 107+104+118=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6876 is #949789. Grayscale: #6A6A6A. Windows color (decimal): -9738122 or 7759979. OLE color: 7759979.

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

Color convert

RGB 107 104 118 -
CMYK 0.09 0.12 0 0.54
HSL 252.86º 0.06% 0.44% -
HSV(B) 252.86º 0.12% 0.46% -
XYZ 14.28 14.33 19.15 -
YUV 106.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 107 104 118 0.09 0.12 0 0.54 252.86 0.06 0.44
Hex 6B 68 76 9 C 0 36 FD 6 2C
Octal 153 150 166 11 14 0 66 375 6 54
Binary 1101011 1101000 1110110 1001 1100 0 110110 11111101 110 101100

Color Harmonies of #6B6876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6876

Black with #6B6876

Text Example


Text Example

White with #6B6876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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