Html Css Color HEX #6B697B Dolphin

📋 copy color: '#6B697B'

red 107 ◦ green 105 ◦ blue 123

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

Shades of Dolphin #6B697B

Tints of Dolphin #6B697B

RGB

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

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

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

R = 31.94%
G = 31.34%
B = 36.72%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B697B (or 0x6B697B) is known color: Dolphin. HEX triplet: 6B, 69 and 7B. RGB value is (107,105,123). Sum of RGB (Red+Green+Blue) = 107+105+123=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B697B is #949684. Grayscale: #6B6B6B. Windows color (decimal): -9737861 or 8087915. OLE color: 8087915.

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

Color convert

RGB 107 105 123 -
CMYK 0.13 0.15 0 0.52
HSL 246.67º 0.08% 0.45% -
HSV(B) 246.67º 0.15% 0.48% -
XYZ 14.69 14.66 20.79 -
YUV 107.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 107 105 123 0.13 0.15 0 0.52 246.67 0.08 0.45
Hex 6B 69 7B D F 0 34 F7 8 2D
Octal 153 151 173 15 17 0 64 367 10 55
Binary 1101011 1101001 1111011 1101 1111 0 110100 11110111 1000 101101

Color Harmonies of #6B697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B697B

Black with #6B697B

Text Example


Text Example

White with #6B697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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