Html Css Color HEX #6B697D Dolphin

📋 copy color: '#6B697D'

red 107 ◦ green 105 ◦ blue 125

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

Shades of Dolphin #6B697D

Tints of Dolphin #6B697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 31.75%
G = 31.16%
B = 37.09%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B697D (or 0x6B697D) is known color: Dolphin. HEX triplet: 6B, 69 and 7D. RGB value is (107,105,125). Sum of RGB (Red+Green+Blue) = 107+105+125=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B697D is #949682. Grayscale: #6B6B6B. Windows color (decimal): -9737859 or 8218987. OLE color: 8218987.

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

Color convert

RGB 107 105 125 -
CMYK 0.14 0.16 0 0.51
HSL 246º 0.09% 0.45% -
HSV(B) 246º 0.16% 0.49% -
XYZ 14.82 14.71 21.46 -
YUV 107.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 107 105 125 0.14 0.16 0 0.51 246 0.09 0.45
Hex 6B 69 7D E 10 0 33 F6 9 2D
Octal 153 151 175 16 20 0 63 366 11 55
Binary 1101011 1101001 1111101 1110 10000 0 110011 11110110 1001 101101

Color Harmonies of #6B697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B697D

Black with #6B697D

Text Example


Text Example

White with #6B697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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