Html Css Color HEX #6D6C89 Dolphin

📋 copy color: '#6D6C89'

red 109 ◦ green 108 ◦ blue 137

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

Shades of Dolphin #6D6C89

Tints of Dolphin #6D6C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 137 (53.91% from 255) = 38.7%

R = 30.79%
G = 30.51%
B = 38.7%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D6C89 (or 0x6D6C89) is known color: Dolphin. HEX triplet: 6D, 6C and 89. RGB value is (109,108,137). Sum of RGB (Red+Green+Blue) = 109+108+137=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #6D6C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6C89 is #929376. Grayscale: #6F6F6F. Windows color (decimal): -9606007 or 9006189. OLE color: 9006189.

HSL color Cylindrical-coordinate representation of color #6D6C89: hue angle of 242.07º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6C89 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 108 137 -
CMYK 0.20 0.21 0 0.46
HSL 242.07º 0.12% 0.48% -
HSV(B) 242.07º 0.21% 0.54% -
XYZ 16.18 15.78 25.86 -
YUV 111.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 109 108 137 0.20 0.21 0 0.46 242.07 0.12 0.48
Hex 6D 6C 89 14 15 0 2E F2 C 30
Octal 155 154 211 24 25 0 56 362 14 60
Binary 1101101 1101100 10001001 10100 10101 0 101110 11110010 1100 110000

Color Harmonies of #6D6C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C89

Black with #6D6C89

Text Example


Text Example

White with #6D6C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,137); }

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

background-color css

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

 a { background-color: rgb(109,108,137); }

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

border-color css

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

 span { border-color: rgb(109,108,137); }

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