Html Css Color HEX #6B697C Dolphin

📋 copy color: '#6B697C'

red 107 ◦ green 105 ◦ blue 124

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

Shades of Dolphin #6B697C

Tints of Dolphin #6B697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 31.85%
G = 31.25%
B = 36.9%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B697C (or 0x6B697C) is known color: Dolphin. HEX triplet: 6B, 69 and 7C. RGB value is (107,105,124). Sum of RGB (Red+Green+Blue) = 107+105+124=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B697C is #949683. Grayscale: #6B6B6B. Windows color (decimal): -9737860 or 8153451. OLE color: 8153451.

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

Color convert

RGB 107 105 124 -
CMYK 0.14 0.15 0 0.51
HSL 246.32º 0.08% 0.45% -
HSV(B) 246.32º 0.15% 0.49% -
XYZ 14.75 14.68 21.13 -
YUV 107.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 107 105 124 0.14 0.15 0 0.51 246.32 0.08 0.45
Hex 6B 69 7C E F 0 33 F6 8 2D
Octal 153 151 174 16 17 0 63 366 10 55
Binary 1101011 1101001 1111100 1110 1111 0 110011 11110110 1000 101101

Color Harmonies of #6B697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B697C

Black with #6B697C

Text Example


Text Example

White with #6B697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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