Html Css Color HEX #6B6677 Dolphin

📋 copy color: '#6B6677'

red 107 ◦ green 102 ◦ blue 119

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

Shades of Dolphin #6B6677

Tints of Dolphin #6B6677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 32.62%
G = 31.1%
B = 36.28%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B6677 (or 0x6B6677) is known color: Dolphin. HEX triplet: 6B, 66 and 77. RGB value is (107,102,119). Sum of RGB (Red+Green+Blue) = 107+102+119=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6677 is #949988. Grayscale: #696969. Windows color (decimal): -9738633 or 7825003. OLE color: 7825003.

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

Color convert

RGB 107 102 119 -
CMYK 0.10 0.14 0 0.53
HSL 257.65º 0.08% 0.43% -
HSV(B) 257.65º 0.14% 0.47% -
XYZ 14.14 13.96 19.4 -
YUV 105.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 107 102 119 0.10 0.14 0 0.53 257.65 0.08 0.43
Hex 6B 66 77 A E 0 35 102 8 2B
Octal 153 146 167 12 16 0 65 402 10 53
Binary 1101011 1100110 1110111 1010 1110 0 110101 100000010 1000 101011

Color Harmonies of #6B6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6677

Black with #6B6677

Text Example


Text Example

White with #6B6677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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