Html Css Color HEX #6B6972 Dolphin

📋 copy color: '#6B6972'

red 107 ◦ green 105 ◦ blue 114

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

Shades of Dolphin #6B6972

Tints of Dolphin #6B6972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 32.82%
G = 32.21%
B = 34.97%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B6972 (or 0x6B6972) is known color: Dolphin. HEX triplet: 6B, 69 and 72. RGB value is (107,105,114). Sum of RGB (Red+Green+Blue) = 107+105+114=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B6972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6972 is #94968D. Grayscale: #6A6A6A. Windows color (decimal): -9737870 or 7498091. OLE color: 7498091.

HSL color Cylindrical-coordinate representation of color #6B6972: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B6972 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 105 114 -
CMYK 0.06 0.08 0 0.55
HSL 253.33º 0.04% 0.43% -
HSV(B) 253.33º 0.08% 0.45% -
XYZ 14.15 14.44 17.96 -
YUV 106.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 107 105 114 0.06 0.08 0 0.55 253.33 0.04 0.43
Hex 6B 69 72 6 8 0 37 FD 4 2B
Octal 153 151 162 6 10 0 67 375 4 53
Binary 1101011 1101001 1110010 110 1000 0 110111 11111101 100 101011

Color Harmonies of #6B6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6972

Black with #6B6972

Text Example


Text Example

White with #6B6972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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