Html Css Color HEX #6C667E Dolphin

📋 copy color: '#6C667E'

red 108 ◦ green 102 ◦ blue 126

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

Shades of Dolphin #6C667E

Tints of Dolphin #6C667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 32.14%
G = 30.36%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6C667E (or 0x6C667E) is known color: Dolphin. HEX triplet: 6C, 66 and 7E. RGB value is (108,102,126). Sum of RGB (Red+Green+Blue) = 108+102+126=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C667E is #939981. Grayscale: #6A6A6A. Windows color (decimal): -9673090 or 8283756. OLE color: 8283756.

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

Color convert

RGB 108 102 126 -
CMYK 0.14 0.19 0 0.51
HSL 255º 0.11% 0.45% -
HSV(B) 255º 0.19% 0.49% -
XYZ 14.7 14.2 21.7 -
YUV 106.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 108 102 126 0.14 0.19 0 0.51 255 0.11 0.45
Hex 6C 66 7E E 13 0 33 FF B 2D
Octal 154 146 176 16 23 0 63 377 13 55
Binary 1101100 1100110 1111110 1110 10011 0 110011 11111111 1011 101101

Color Harmonies of #6C667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C667E

Black with #6C667E

Text Example


Text Example

White with #6C667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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