Html Css Color HEX #6C697F Dolphin

📋 copy color: '#6C697F'

red 108 ◦ green 105 ◦ blue 127

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

Shades of Dolphin #6C697F

Tints of Dolphin #6C697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 31.76%
G = 30.88%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C697F (or 0x6C697F) is known color: Dolphin. HEX triplet: 6C, 69 and 7F. RGB value is (108,105,127). Sum of RGB (Red+Green+Blue) = 108+105+127=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C697F is #939680. Grayscale: #6C6C6C. Windows color (decimal): -9672321 or 8350060. OLE color: 8350060.

HSL color Cylindrical-coordinate representation of color #6C697F: hue angle of 248.18º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C697F is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 105 127 -
CMYK 0.15 0.17 0 0.50
HSL 248.18º 0.09% 0.45% -
HSV(B) 248.18º 0.17% 0.5% -
XYZ 15.07 14.82 22.15 -
YUV 108.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 108 105 127 0.15 0.17 0 0.50 248.18 0.09 0.45
Hex 6C 69 7F F 11 0 32 F8 9 2D
Octal 154 151 177 17 21 0 62 370 11 55
Binary 1101100 1101001 1111111 1111 10001 0 110010 11111000 1001 101101

Color Harmonies of #6C697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C697F

Black with #6C697F

Text Example


Text Example

White with #6C697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,105,127); }

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

background-color css

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

 a { background-color: rgb(108,105,127); }

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

border-color css

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

 span { border-color: rgb(108,105,127); }

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