Html Css Color HEX #6C6679 Dolphin

📋 copy color: '#6C6679'

red 108 ◦ green 102 ◦ blue 121

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

Shades of Dolphin #6C6679

Tints of Dolphin #6C6679

RGB

 RED value IS 108 (42.58% from 255) = 32.63%

 GREEN value IS 102 (40.23% from 255) = 30.82%

 BLUE value IS 121 (47.66% from 255) = 36.56%

R = 32.63%
G = 30.82%
B = 36.56%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C6679 (or 0x6C6679) is known color: Dolphin. HEX triplet: 6C, 66 and 79. RGB value is (108,102,121). Sum of RGB (Red+Green+Blue) = 108+102+121=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C6679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6679 is #939986. Grayscale: #696969. Windows color (decimal): -9673095 or 7956076. OLE color: 7956076.

HSL color Cylindrical-coordinate representation of color #6C6679: hue angle of 258.95º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C6679 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 102 121 -
CMYK 0.11 0.16 0 0.53
HSL 258.95º 0.09% 0.44% -
HSV(B) 258.95º 0.16% 0.47% -
XYZ 14.39 14.07 20.05 -
YUV 105.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 108 102 121 0.11 0.16 0 0.53 258.95 0.09 0.44
Hex 6C 66 79 B 10 0 35 103 9 2C
Octal 154 146 171 13 20 0 65 403 11 54
Binary 1101100 1100110 1111001 1011 10000 0 110101 100000011 1001 101100

Color Harmonies of #6C6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6679

Black with #6C6679

Text Example


Text Example

White with #6C6679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,102,121); }

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

background-color css

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

 a { background-color: rgb(108,102,121); }

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

border-color css

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

 span { border-color: rgb(108,102,121); }

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