Html Css Color HEX #6C6B72 Dolphin

📋 copy color: '#6C6B72'

red 108 ◦ green 107 ◦ blue 114

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

Shades of Dolphin #6C6B72

Tints of Dolphin #6C6B72

RGB

 RED value IS 108 (42.58% from 255) = 32.83%

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

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

R = 32.83%
G = 32.52%
B = 34.65%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C6B72 (or 0x6C6B72) is known color: Dolphin. HEX triplet: 6C, 6B and 72. RGB value is (108,107,114). Sum of RGB (Red+Green+Blue) = 108+107+114=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C6B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6B72 is #93948D. Grayscale: #6C6C6C. Windows color (decimal): -9671822 or 7498604. OLE color: 7498604.

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

Color convert

RGB 108 107 114 -
CMYK 0.05 0.06 0 0.55
HSL 248.57º 0.03% 0.43% -
HSV(B) 248.57º 0.06% 0.45% -
XYZ 14.48 14.92 18.04 -
YUV 108.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 108 107 114 0.05 0.06 0 0.55 248.57 0.03 0.43
Hex 6C 6B 72 5 6 0 37 F9 3 2B
Octal 154 153 162 5 6 0 67 371 3 53
Binary 1101100 1101011 1110010 101 110 0 110111 11111001 11 101011

Color Harmonies of #6C6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6B72

Black with #6C6B72

Text Example


Text Example

White with #6C6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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