Html Css Color HEX #6C6776 Dolphin

📋 copy color: '#6C6776'

red 108 ◦ green 103 ◦ blue 118

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

Shades of Dolphin #6C6776

Tints of Dolphin #6C6776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 32.83%
G = 31.31%
B = 35.87%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C6776 (or 0x6C6776) is known color: Dolphin. HEX triplet: 6C, 67 and 76. RGB value is (108,103,118). Sum of RGB (Red+Green+Blue) = 108+103+118=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C6776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6776 is #939889. Grayscale: #6A6A6A. Windows color (decimal): -9672842 or 7759724. OLE color: 7759724.

HSL color Cylindrical-coordinate representation of color #6C6776: hue angle of 260º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C6776 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 103 118 -
CMYK 0.08 0.13 0 0.54
HSL 260º 0.07% 0.43% -
HSV(B) 260º 0.13% 0.46% -
XYZ 14.3 14.2 19.13 -
YUV 106.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 108 103 118 0.08 0.13 0 0.54 260 0.07 0.43
Hex 6C 67 76 8 D 0 36 104 7 2B
Octal 154 147 166 10 15 0 66 404 7 53
Binary 1101100 1100111 1110110 1000 1101 0 110110 100000100 111 101011

Color Harmonies of #6C6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6776

Black with #6C6776

Text Example


Text Example

White with #6C6776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,103,118); }

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

background-color css

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

 a { background-color: rgb(108,103,118); }

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

border-color css

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

 span { border-color: rgb(108,103,118); }

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