Html Css Color HEX #6C6874 Dolphin

📋 copy color: '#6C6874'

red 108 ◦ green 104 ◦ blue 116

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

Shades of Dolphin #6C6874

Tints of Dolphin #6C6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 32.93%
G = 31.71%
B = 35.37%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C6874 (or 0x6C6874) is known color: Dolphin. HEX triplet: 6C, 68 and 74. RGB value is (108,104,116). Sum of RGB (Red+Green+Blue) = 108+104+116=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C6874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6874 is #93978B. Grayscale: #6A6A6A. Windows color (decimal): -9672588 or 7628908. OLE color: 7628908.

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

Color convert

RGB 108 104 116 -
CMYK 0.07 0.10 0 0.55
HSL 260º 0.05% 0.43% -
HSV(B) 260º 0.1% 0.45% -
XYZ 14.29 14.35 18.54 -
YUV 106.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 108 104 116 0.07 0.10 0 0.55 260 0.05 0.43
Hex 6C 68 74 7 A 0 37 104 5 2B
Octal 154 150 164 7 12 0 67 404 5 53
Binary 1101100 1101000 1110100 111 1010 0 110111 100000100 101 101011

Color Harmonies of #6C6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6874

Black with #6C6874

Text Example


Text Example

White with #6C6874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,104,116); }

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

background-color css

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

 a { background-color: rgb(108,104,116); }

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

border-color css

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

 span { border-color: rgb(108,104,116); }

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