Html Css Color HEX #6B677B Dolphin

📋 copy color: '#6B677B'

red 107 ◦ green 103 ◦ blue 123

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

Shades of Dolphin #6B677B

Tints of Dolphin #6B677B

RGB

 RED value IS 107 (42.19% from 255) = 32.13%

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

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

R = 32.13%
G = 30.93%
B = 36.94%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B677B (or 0x6B677B) is known color: Dolphin. HEX triplet: 6B, 67 and 7B. RGB value is (107,103,123). Sum of RGB (Red+Green+Blue) = 107+103+123=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B677B is #949884. Grayscale: #6A6A6A. Windows color (decimal): -9738373 or 8087403. OLE color: 8087403.

HSL color Cylindrical-coordinate representation of color #6B677B: hue angle of 252º 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 #6B677B is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 103 123 -
CMYK 0.13 0.16 0 0.52
HSL 252º 0.09% 0.44% -
HSV(B) 252º 0.16% 0.48% -
XYZ 14.49 14.26 20.73 -
YUV 106.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 107 103 123 0.13 0.16 0 0.52 252 0.09 0.44
Hex 6B 67 7B D 10 0 34 FC 9 2C
Octal 153 147 173 15 20 0 64 374 11 54
Binary 1101011 1100111 1111011 1101 10000 0 110100 11111100 1001 101100

Color Harmonies of #6B677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B677B

Black with #6B677B

Text Example


Text Example

White with #6B677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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