Html Css Color HEX #6C677B Dolphin

📋 copy color: '#6C677B'

red 108 ◦ green 103 ◦ blue 123

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

Shades of Dolphin #6C677B

Tints of Dolphin #6C677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 32.34%
G = 30.84%
B = 36.83%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6C677B (or 0x6C677B) is known color: Dolphin. HEX triplet: 6C, 67 and 7B. RGB value is (108,103,123). Sum of RGB (Red+Green+Blue) = 108+103+123=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C677B is #939884. Grayscale: #6A6A6A. Windows color (decimal): -9672837 or 8087404. OLE color: 8087404.

HSL color Cylindrical-coordinate representation of color #6C677B: hue angle of 255º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C677B is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 108 103 123 -
CMYK 0.12 0.16 0 0.52
HSL 255º 0.09% 0.44% -
HSV(B) 255º 0.16% 0.48% -
XYZ 14.61 14.32 20.73 -
YUV 106.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 108 103 123 0.12 0.16 0 0.52 255 0.09 0.44
Hex 6C 67 7B C 10 0 34 FF 9 2C
Octal 154 147 173 14 20 0 64 377 11 54
Binary 1101100 1100111 1111011 1100 10000 0 110100 11111111 1001 101100

Color Harmonies of #6C677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C677B

Black with #6C677B

Text Example


Text Example

White with #6C677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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