#6C6B7C

Color #6C6B7C Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #6C6B7C

Tints of Dolphin #6C6B7C

Color information

#6C6B7C (or 0x6C6B7C) is unknown color: approx Dolphin. HEX triplet: 6C, 6B and 7C. RGB value is (108,107,124). Sum of RGB (Red+Green+Blue) = 108+107+124=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #6C6B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6B7C is #939483. Grayscale: #6D6D6D. Windows color (decimal): -9671812 or 8153964. OLE color: 8153964.

HSL color Cylindrical-coordinate representation of color #6C6B7C: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C6B7C is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB108107124-
CMYK0.130.1400.51
HSL243.53º7.36%45.29%-
HSV(B)243.53º13.71%48.63%-
XYZ15.0815.1621.2-
YUV109.24136.33127.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.86%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=31.86%
G=31.56%
B=36.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1081071240.130.1400.51243.537.3645.29
Hex6C6B7CDE033f472d
Octal1541531741516063364755
Binary11011001101011111110011011110011001111110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C6B7C;
 }
 .AnyTagClassName
 {
   color: #6C6B7C;
 }
</style>
background-color css

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

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

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

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

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

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