Html Css Color HEX #6D6983 Dolphin

📋 copy color: '#6D6983'

red 109 ◦ green 105 ◦ blue 131

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

Shades of Dolphin #6D6983

Tints of Dolphin #6D6983

RGB

 RED value IS 109 (42.97% from 255) = 31.59%

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

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 31.59%
G = 30.43%
B = 37.97%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D6983 (or 0x6D6983) is known color: Dolphin. HEX triplet: 6D, 69 and 83. RGB value is (109,105,131). Sum of RGB (Red+Green+Blue) = 109+105+131=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D6983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6983 is #92967C. Grayscale: #6D6D6D. Windows color (decimal): -9606781 or 8612205. OLE color: 8612205.

HSL color Cylindrical-coordinate representation of color #6D6983: hue angle of 249.23º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D6983 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 105 131 -
CMYK 0.17 0.20 0 0.49
HSL 249.23º 0.11% 0.46% -
HSV(B) 249.23º 0.2% 0.51% -
XYZ 15.45 14.99 23.55 -
YUV 109.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 109 105 131 0.17 0.20 0 0.49 249.23 0.11 0.46
Hex 6D 69 83 11 14 0 31 F9 B 2E
Octal 155 151 203 21 24 0 61 371 13 56
Binary 1101101 1101001 10000011 10001 10100 0 110001 11111001 1011 101110

Color Harmonies of #6D6983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6983

Black with #6D6983

Text Example


Text Example

White with #6D6983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,131); }

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

background-color css

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

 a { background-color: rgb(109,105,131); }

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

border-color css

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

 span { border-color: rgb(109,105,131); }

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