Html Css Color HEX #6C6778 Dolphin

📋 copy color: '#6C6778'

red 108 ◦ green 103 ◦ blue 120

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

Shades of Dolphin #6C6778

Tints of Dolphin #6C6778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 32.63%
G = 31.12%
B = 36.25%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C6778 (or 0x6C6778) is known color: Dolphin. HEX triplet: 6C, 67 and 78. RGB value is (108,103,120). Sum of RGB (Red+Green+Blue) = 108+103+120=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C6778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6778 is #939887. Grayscale: #6A6A6A. Windows color (decimal): -9672840 or 7890796. OLE color: 7890796.

HSL color Cylindrical-coordinate representation of color #6C6778: hue angle of 257.65º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6778 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 103 120 -
CMYK 0.10 0.14 0 0.53
HSL 257.65º 0.08% 0.44% -
HSV(B) 257.65º 0.14% 0.47% -
XYZ 14.42 14.24 19.76 -
YUV 106.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 108 103 120 0.10 0.14 0 0.53 257.65 0.08 0.44
Hex 6C 67 78 A E 0 35 102 8 2C
Octal 154 147 170 12 16 0 65 402 10 54
Binary 1101100 1100111 1111000 1010 1110 0 110101 100000010 1000 101100

Color Harmonies of #6C6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6778

Black with #6C6778

Text Example


Text Example

White with #6C6778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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