Html Css Color HEX #6B6877 Dolphin

📋 copy color: '#6B6877'

red 107 ◦ green 104 ◦ blue 119

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

Shades of Dolphin #6B6877

Tints of Dolphin #6B6877

RGB

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

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

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

R = 32.42%
G = 31.52%
B = 36.06%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B6877 (or 0x6B6877) is known color: Dolphin. HEX triplet: 6B, 68 and 77. RGB value is (107,104,119). Sum of RGB (Red+Green+Blue) = 107+104+119=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6877 is #949788. Grayscale: #6A6A6A. Windows color (decimal): -9738121 or 7825515. OLE color: 7825515.

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

Color convert

RGB 107 104 119 -
CMYK 0.10 0.13 0 0.53
HSL 252º 0.07% 0.44% -
HSV(B) 252º 0.13% 0.47% -
XYZ 14.34 14.36 19.47 -
YUV 106.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 107 104 119 0.10 0.13 0 0.53 252 0.07 0.44
Hex 6B 68 77 A D 0 35 FC 7 2C
Octal 153 150 167 12 15 0 65 374 7 54
Binary 1101011 1101000 1110111 1010 1101 0 110101 11111100 111 101100

Color Harmonies of #6B6877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6877

Black with #6B6877

Text Example


Text Example

White with #6B6877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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