Html Css Color HEX #6D6C84 Dolphin

📋 copy color: '#6D6C84'

red 109 ◦ green 108 ◦ blue 132

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

Shades of Dolphin #6D6C84

Tints of Dolphin #6D6C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.82%

R = 31.23%
G = 30.95%
B = 37.82%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D6C84 (or 0x6D6C84) is known color: Dolphin. HEX triplet: 6D, 6C and 84. RGB value is (109,108,132). Sum of RGB (Red+Green+Blue) = 109+108+132=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D6C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6C84 is #92937B. Grayscale: #6E6E6E. Windows color (decimal): -9606012 or 8678509. OLE color: 8678509.

HSL color Cylindrical-coordinate representation of color #6D6C84: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D6C84 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 108 132 -
CMYK 0.17 0.18 0 0.48
HSL 242.5º 0.1% 0.47% -
HSV(B) 242.5º 0.18% 0.52% -
XYZ 15.83 15.64 24.01 -
YUV 111.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 109 108 132 0.17 0.18 0 0.48 242.5 0.1 0.47
Hex 6D 6C 84 11 12 0 30 F2 A 2F
Octal 155 154 204 21 22 0 60 362 12 57
Binary 1101101 1101100 10000100 10001 10010 0 110000 11110010 1010 101111

Color Harmonies of #6D6C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C84

Black with #6D6C84

Text Example


Text Example

White with #6D6C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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