Html Css Color HEX #6F6B77 Dolphin

📋 copy color: '#6F6B77'

red 111 ◦ green 107 ◦ blue 119

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

Shades of Dolphin #6F6B77

Tints of Dolphin #6F6B77

RGB

 RED value IS 111 (43.75% from 255) = 32.94%

 GREEN value IS 107 (42.19% from 255) = 31.75%

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

R = 32.94%
G = 31.75%
B = 35.31%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F6B77 (or 0x6F6B77) is known color: Dolphin. HEX triplet: 6F, 6B and 77. RGB value is (111,107,119). Sum of RGB (Red+Green+Blue) = 111+107+119=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F6B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B77 is #909488. Grayscale: #6D6D6D. Windows color (decimal): -9475209 or 7826287. OLE color: 7826287.

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

Color convert

RGB 111 107 119 -
CMYK 0.07 0.10 0 0.53
HSL 260º 0.05% 0.44% -
HSV(B) 260º 0.1% 0.47% -
XYZ 15.14 15.23 19.59 -
YUV 109.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 111 107 119 0.07 0.10 0 0.53 260 0.05 0.44
Hex 6F 6B 77 7 A 0 35 104 5 2C
Octal 157 153 167 7 12 0 65 404 5 54
Binary 1101111 1101011 1110111 111 1010 0 110101 100000100 101 101100

Color Harmonies of #6F6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B77

Black with #6F6B77

Text Example


Text Example

White with #6F6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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